Skip to content

Commit 6a926d8

Browse files
Merge pull request #278815 from seesharprun/cosmos-nosql-vector-search-cli
Cosmos DB | Add instructions to enable NoSQL vector search using Azure CLI
2 parents 099af33 + d529732 commit 6a926d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/cosmos-db/nosql/vector-search.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@ Vector search for Azure Cosmos DB for NoSQL requires preview feature registratio
6161
> [!NOTE]
6262
> DiskANN is available in early gated-preview and requires filling out [this form](https://aka.ms/DiskANNSignUp). You'll be contacted by a member of the Azure Cosmos DB team when your resource has been onboarded to use the DiskANN index.
6363
64+
> [!TIP]
65+
> Alternatively, use the Azure CLI to update the capabilities of your account to support NoSQL vector search.
66+
>
67+
> ```azurecli
68+
> az cosmosdb update \
69+
> --resource-group <resource-group-name> \
70+
> --name <account-name> \
71+
> --capabilities EnableNoSQLVectorSearch
72+
> ```
73+
>
74+
6475
> [!div class="nextstepaction"]
6576
> [Use the Azure Cosmos DB lifetime free tier](../free-tier.md)
6677

0 commit comments

Comments
 (0)