You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,10 +194,10 @@ Select either "PostgreSQL" or "Cosmos DB":
194
194
195
195
When Deployment is complete, follow steps in [Set Up Authentication in Azure App Service](./docs/azure_app_service_auth_setup.md) to add app authentication to your web app running on Azure App Service
196
196
197
-
**Note**: The default configuration deploys an OpenAI Model "gpt-4o" with version 2024-05-13. However, not all
197
+
**Note**: The default configuration deploys an OpenAI Model "gpt-4.1" with version 2025-04-14. However, not all
198
198
locations support this version. If you're deploying to a location that doesn't support version 2024-05-13, you'll need to
199
199
switch to a lower version. To find out which versions are supported in different regions, visit the
200
-
[GPT-4o Model Availability](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability) page.
200
+
[GPT-4.1 Model Availability](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability) page.
201
201
202
202
### Testing the deployment
203
203
1. Navigate to the admin site, where you can upload documents. It will be located at:
Copy file name to clipboardExpand all lines: code/tests/functional/tests/backend_api/integrated_vectorization_custom_conversation/test_iv_question_answer_tool.py
Copy file name to clipboardExpand all lines: docs/LOCAL_DEPLOYMENT.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ The easiest way to run this accelerator is in a VS Code Dev Containers, which wi
12
12
1. In the VS Code window that opens, once the project files show up (this may take several minutes), open a terminal window
13
13
1. Run `azd auth login`
14
14
1. Run `azd env set AZURE_APP_SERVICE_HOSTING_MODEL code` - This sets your environment to deploy code rather than rely on public containers, like the "Deploy to Azure" button.
15
+
1. To use an existing Log Analytics workspace, follow the [setup steps here](../docs/re-use-log-analytics.md) before running `azd up`.
16
+
1. To use an existing Resource Group, follow the [setup steps here](../docs/re-use-resource-group.md) before running `azd up`.
15
17
1. Run `azd up` - This will provision Azure resources and deploy the accelerator to those resources.
16
18
17
19
***Important**: Beware that the resources created by this command will incur immediate costs, primarily from the AI Search resource. These resources may accrue costs even if you interrupt the command before it is fully executed. You can run `azd down` or delete the resources manually to avoid unnecessary spending.
@@ -191,7 +193,7 @@ Execute the above [shell command](#L81) to run the function locally. You may nee
191
193
|AZURE_SEARCH_USE_INTEGRATED_VECTORIZATION ||Whether to use [Integrated Vectorization](https://learn.microsoft.com/en-us/azure/search/vector-search-integrated-vectorization)|
192
194
|AZURE_OPENAI_RESOURCE||the name of your Azure OpenAI resource|
193
195
|AZURE_OPENAI_MODEL||The name of your model deployment|
194
-
|AZURE_OPENAI_MODEL_NAME|gpt-4o|The name of the model|
196
+
|AZURE_OPENAI_MODEL_NAME|gpt-4.1|The name of the model|
195
197
|AZURE_OPENAI_MODEL_VERSION|2024-05-13|The version of the model to use|
196
198
|AZURE_OPENAI_API_KEY||One of the API keys of your Azure OpenAI resource|
197
199
|AZURE_OPENAI_EMBEDDING_MODEL|text-embedding-ada-002|The name of your Azure OpenAI embeddings model deployment|
Copy file name to clipboardExpand all lines: docs/TEAMS_LOCAL_DEPLOYMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Or use the [Azure Functions VS Code extension](https://marketplace.visualstudio.
65
65
|AZURE_SEARCH_FILTER||Filter to apply to search queries.|
66
66
|AZURE_OPENAI_RESOURCE||the name of your Azure OpenAI resource|
67
67
|AZURE_OPENAI_MODEL||The name of your model deployment|
68
-
|AZURE_OPENAI_MODEL_NAME|gpt-4o|The name of the model|
68
+
|AZURE_OPENAI_MODEL_NAME|gpt-4.1|The name of the model|
69
69
|AZURE_OPENAI_API_KEY||One of the API keys of your Azure OpenAI resource|
70
70
|AZURE_OPENAI_EMBEDDING_MODEL|text-embedding-ada-002|The name of you Azure OpenAI embeddings model deployment|
71
71
|AZURE_OPENAI_TEMPERATURE|0|What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. A value of 0 is recommended when using your data.|
Copy file name to clipboardExpand all lines: docs/contract_assistance.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ The following is the Chat With Your Data infrastructure configuration that we su
10
10
-**Azure Semantic Search**: Utilize Azure Semantic Search to efficiently index and search legal documents. This provides powerful search capabilities and integration with other Azure services.
11
11
-**Azure Cognitive Search Top K 15**: Set the Top K parameter to 15 to retrieve the top 15 most relevant documents. This configuration helps in providing precise and relevant search results for user queries.
12
12
-**Azure Search Integrated Vectorization**: Enable integrated vectorization in Azure Search to improve the semantic understanding and relevance of search results. This enhances the Contract Assistant's ability to provide contextually accurate answers.
13
-
-**Azure OpenAI Model gpt-4o**: Leverage the Azure OpenAI model gpt-4o for advanced natural language processing capabilities. This model is well-suited for handling complex legal queries and providing detailed and contextually appropriate responses.
13
+
-**Azure OpenAI Model gpt-4.1**: Leverage the Azure OpenAI model gpt-4.1 for advanced natural language processing capabilities. This model is well-suited for handling complex legal queries and providing detailed and contextually appropriate responses.
14
14
-**Orchestration Strategy: Semantic Kernel**: Implement the Semantic Kernel orchestration strategy to effectively manage the integration and interaction between different components of the infrastructure. This strategy ensures seamless operation and optimal performance of the Contract Assistant.
15
-
-**Conversation Flow Options**: Setting `CONVERSATION_FLOW` enables running advanced AI models like GPT-4o on your own enterprise data without needing to train or fine-tune models.
15
+
-**Conversation Flow Options**: Setting `CONVERSATION_FLOW` enables running advanced AI models like GPT-4.1 on your own enterprise data without needing to train or fine-tune models.
16
16
17
17
By following these infrastructure configurations, you can enhance the efficiency, accuracy, and overall performance of the Chat With Your Data Contract Review and Summarization Assistant, ensuring it meets the high demands and expectations of professionals.
18
18
@@ -22,8 +22,8 @@ To apply the suggested configurations in your deployment, update the following f
22
22
-**Azure Semantic Search**: Set `AZURE_SEARCH_USE_SEMANTIC_SEARCH` to `true`
23
23
-**Azure Cognitive Search Top K 15**: Set `AZURE_SEARCH_TOP_K` to `15`.
24
24
-**Azure Search Integrated Vectorization**: Set `AZURE_SEARCH_USE_INTEGRATED_VECTORIZATION` to `true`.
25
-
-**Azure OpenAI Model**: Set `AZURE_OPENAI_MODEL` to `gpt-4o`.
26
-
-**Azure OpenAI Model Name**: Set `AZURE_OPENAI_MODEL_NAME` to `gpt-4o`. (could be different based on the name of the Azure OpenAI model deployment)
25
+
-**Azure OpenAI Model**: Set `AZURE_OPENAI_MODEL` to `gpt-4.1`.
26
+
-**Azure OpenAI Model Name**: Set `AZURE_OPENAI_MODEL_NAME` to `gpt-4.1`. (could be different based on the name of the Azure OpenAI model deployment)
27
27
-**Azure OpenAI Model Name Version**: Set `AZURE_OPENAI_MODEL_VERSION` to `2024-05-13`.
28
28
-**Conversation Flow Options**: Set `CONVERSATION_FLOW` to `byod`
29
29
-**Orchestration Strategy**: Set `ORCHESTRATION_STRATEGY` to `Semantic Kernel`.
Copy file name to clipboardExpand all lines: docs/employee_assistance.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ The following is the Chat With Your Data infrastructure configuration that we su
10
10
-**Azure Semantic Search**: Utilize Azure Semantic Search to efficiently index and search employee handbooks and corporate policy documents. This provides powerful search capabilities and integration with other Azure services.
11
11
-**Azure Cognitive Search Top K 15**: Set the Top K parameter to 15 to retrieve the top 15 most relevant documents. This configuration helps in providing precise and relevant search results for user queries.
12
12
-**Azure Search Integrated Vectorization**: Enable integrated vectorization in Azure Search to improve the semantic understanding and relevance of search results. This enhances the Contract Assistant's ability to provide contextually accurate answers.
13
-
-**Azure OpenAI Model gpt-4o**: Leverage the Azure OpenAI model gpt-4o for advanced natural language processing capabilities. This model is well-suited for handling complex legal queries and providing detailed and contextually appropriate responses.
13
+
-**Azure OpenAI Model gpt-4.1**: Leverage the Azure OpenAI model gpt-4.1 for advanced natural language processing capabilities. This model is well-suited for handling complex legal queries and providing detailed and contextually appropriate responses.
14
14
-**Orchestration Strategy: Semantic Kernel**: Implement the Semantic Kernel orchestration strategy to effectively manage the integration and interaction between different components of the infrastructure. This strategy ensures seamless operation and optimal performance of the Employee Assistant.
15
-
-**Conversation Flow Options**: Setting `CONVERSATION_FLOW` enables running advanced AI models like GPT-4o on your own enterprise data without needing to train or fine-tune models.
15
+
-**Conversation Flow Options**: Setting `CONVERSATION_FLOW` enables running advanced AI models like GPT-4.1 on your own enterprise data without needing to train or fine-tune models.
16
16
17
17
By following these infrastructure configurations, you can enhance the efficiency, accuracy, and overall performance of the Chat With Your Data Employee Assistant, ensuring it meets the high demands and expectations of professionals.
18
18
@@ -22,7 +22,7 @@ To apply the suggested configurations in your deployment, update the following f
22
22
-**Azure Semantic Search**: Set `AZURE_SEARCH_USE_SEMANTIC_SEARCH` to `true`
23
23
-**Azure Cognitive Search Top K 15**: Set `AZURE_SEARCH_TOP_K` to `15`.
24
24
-**Azure Search Integrated Vectorization**: Set `AZURE_SEARCH_USE_INTEGRATED_VECTORIZATION` to `true`.
25
-
-**Azure OpenAI Model Info**: Set `AZURE_OPENAI_MODEL_INFO` to `{"model":"gpt-4o","modelName":"gpt-4o","modelVersion":"2024-05-13"}`.(model could be different based on the name of the Azure OpenAI model deployment).
25
+
-**Azure OpenAI Model Info**: Set `AZURE_OPENAI_MODEL_INFO` to `{"model":"gpt-4.1","modelName":"gpt-4.1","modelVersion":"2025-04-14"}`.(model could be different based on the name of the Azure OpenAI model deployment).
26
26
-**Conversation Flow Options**: Set `CONVERSATION_FLOW` to `byod`
27
27
-**Orchestration Strategy**: Set `ORCHESTRATION_STRATEGY` to `Semantic Kernel`.
0 commit comments