Skip to content

Commit 7d4a9e6

Browse files
Merge pull request #281606 from markjbrown/vector-search
update samples links
2 parents 10b8c7f + 1e1a284 commit 7d4a9e6

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/cosmos-db/vector-database.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Vector database
33
description: Vector database functionalities, implementation, and comparison.
4-
author: wmwxwa
5-
ms.author: wangwilliam
4+
author: markjbrown
5+
ms.author: mjbrown
66
ms.reviewer: sidandrews
77
ms.service: cosmos-db
88
ms.custom:
99
- build-2024
1010
ms.topic: conceptual
11-
ms.date: 03/30/2024
11+
ms.date: 07/23/2024
1212
---
1313

1414
# Vector database
@@ -120,24 +120,26 @@ DiskANN enables you to perform highly accurate, low latency queriers at any scal
120120
- [Vector indexing in Azure Cosmos DB for NoSQL](index-policy.md#vector-indexes)
121121
- [VectorDistance system function NoSQL queries](nosql/query/vectordistance.md)
122122
- [How to setup vector database capabilities in Azure Cosmos DB NoSQL](nosql/vector-search.md)
123-
- [Python notebook tutorial](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples)
124-
- [C# Solution accelerator for building AI apps](https://aka.ms/BuildModernAiAppsSolution)
125-
- [C# Azure Cosmos DB Chatbot with Azure OpenAI](https://aka.ms/cosmos-chatgpt-sample)
123+
- [Python - Notebook tutorial](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples)
124+
- [C# - Build Your Own Copilot Complete Solution Accelerator with AKS and Semantic Kernel](https://aka.ms/cdbcopilot)
125+
- [C# - Build Your Own Copilot Sample App and Hands-on-Lab](https://github.com/AzureCosmosDB/cosmosdb-nosql-copilot)
126+
- [Python - Movie Chatbot](https://github.com/AzureCosmosDB/Fabric-Conf-2024-Build-AI-Apps/tree/main/AzureCosmosDBforNoSQL)
126127

127-
### API for MongoDB
128+
### Azure Cosmos DB for MongoDB
128129

129130
Use the natively [integrated vector database in Azure Cosmos DB for MongoDB](mongodb/vcore/vector-search.md) (vCore architecture), which offers an efficient way to store, index, and search high-dimensional vector data directly alongside other application data. This approach removes the necessity of migrating your data to costlier alternative vector databases and provides a seamless integration of your AI-driven applications.
130131

131132
#### Code samples
132133

133-
- [.NET RAG Pattern retail reference solution](https://github.com/Azure/Vector-Search-AI-Assistant-MongoDBvCore)
134+
- [Build Your Own Copilot for Azure Cosmos DB for MongoDB in C# with Semantic Kernel](https://github.com/AzureCosmosDB/cosmosdb-mongo-copilot)
134135
- [.NET tutorial - recipe chatbot](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/C%23/CosmosDB-MongoDBvCore)
135136
- [C# RAG pattern - Integrate OpenAI Services with Cosmos](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/C%23/CosmosDB-MongoDBvCore)
136137
- [Python RAG pattern - Azure product chatbot](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/Python/CosmosDB-MongoDB-vCore)
137-
- [Python notebook tutorial - Vector database integration through LangChain](https://python.langchain.com/docs/integrations/vectorstores/azure_cosmos_db)
138-
- [Python notebook tutorial - LLM Caching integration through LangChain](https://python.langchain.com/docs/integrations/llms/llm_caching#azure-cosmos-db-semantic-cache)
138+
- [Python Notebook - Vector database integration through LangChain tutorial](https://python.langchain.com/docs/integrations/vectorstores/azure_cosmos_db)
139+
- [Python Notebook - LLM Caching integration through LangChain tutorial](https://python.langchain.com/docs/integrations/llms/llm_caching#azure-cosmos-db-semantic-cache)
139140
- [Python - LlamaIndex integration](https://docs.llamaindex.ai/en/stable/examples/vector_stores/AzureCosmosDBMongoDBvCoreDemo.html)
140141
- [Python - Semantic Kernel memory integration](https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/memory/azure_cosmosdb)
142+
- [Python Notebook - Movie Chatbot](https://github.com/AzureCosmosDB/Fabric-Conf-2024-Build-AI-Apps/tree/main/AzureCosmosDBforMongoDB)
141143

142144
> [!div class="nextstepaction"]
143145
> [Use Azure Cosmos DB for MongoDB lifetime free tier](mongodb/vcore/free-tier.md)

0 commit comments

Comments
 (0)