Skip to content

Commit 3cc288f

Browse files
authored
Update vector-search.md
Fixed links
1 parent 59880d8 commit 3cc288f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/vcore/vector-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ In this example, `vectorIndex` is returned with all the `cosmosSearch` parameter
272272
```
273273

274274
## Filtered vector search (preview)
275-
You can now execute vector searches with any supported query filter such as `$lt, $lte, $eq, $neq, $gte, $gt, $in, $nin, and $regex`. Enable the "filtering vector search" feature in the "Preview Features" tab of your Azure Subscription. Learn more about preview features [here](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/preview-features?tabs=azure-portal).
275+
You can now execute vector searches with any supported query filter such as `$lt, $lte, $eq, $neq, $gte, $gt, $in, $nin, and $regex`. Enable the "filtering vector search" feature in the "Preview Features" tab of your Azure Subscription. Learn more about preview features [here](../../../azure-resource-manager/management/preview-features?tabs=azure-portal).
276276

277277
First, you'll need to define an index for your filter in addition to a vector index. For example, you can define the filter index on a property
278278

@@ -313,7 +313,7 @@ db.exampleCollection.aggregate([
313313
## Use LLM Orchestration tools such
314314

315315
### Use as a vector database with Semantic Kernel
316-
Use Semantic Kernel to orchestrate your information retrieval from Azure Cosmos DB for MongoDB vCore and your LLM. Learn more [here]([https://python.langchain.com/docs/integrations/vectorstores/azure_cosmos_db](https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/memory/azure_cosmosdb)).
316+
Use Semantic Kernel to orchestrate your information retrieval from Azure Cosmos DB for MongoDB vCore and your LLM. Learn more [here](https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/memory/azure_cosmosdb).
317317

318318
https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/memory/azure_cosmosdb
319319

0 commit comments

Comments
 (0)