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: articles/cosmos-db/nosql/vector-search.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,17 @@ Vector search for Azure Cosmos DB for NoSQL requires preview feature registratio
61
61
> [!NOTE]
62
62
> 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.
63
63
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
+
64
75
> [!div class="nextstepaction"]
65
76
> [Use the Azure Cosmos DB lifetime free tier](../free-tier.md)
0 commit comments