File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ To provision resources:
8484 git clone https://github.com/Azure-Samples/cosmos-db-vector-samples.git
8585 ```
8686
87- 1. Navigate to the root folder of the cloned repository (where ` azure.yml ` is located), for example:
87+ 1. Navigate to the root folder of the cloned repository (where ` azure.yaml ` is located), for example:
8888
8989 ` ` ` bash
9090 cd cosmos-db-vector-samples
@@ -103,7 +103,7 @@ Follow the prompts to select your Azure subscription and environment.
103103* ** Azure Cosmos DB** : Serverless account with the ` Hotels` database and containers
104104* ** Azure OpenAI** : Resource with deployments for:
105105 * Embedding model: ` text-embedding-3-small`
106- * Chat model: ` gpt-4o -mini`
106+ * Chat model: ` gpt-4.1 -mini`
107107* ** Managed Identity** : User-assigned identity for secure access.
108108* Azure RBAC role assignments that enable Microsoft Entra ID (passwordless) access for the managed identity to Azure Cosmos DB and Azure OpenAI.
109109
You can’t perform that action at this time.
0 commit comments