|
1 | 1 | ---
|
2 | 2 | title: Vector database
|
3 | 3 | description: Vector database functionalities, implementation, and comparison.
|
4 |
| -author: wmwxwa |
5 |
| -ms.author: wangwilliam |
| 4 | +author: markjbrown |
| 5 | +ms.author: mjbrown |
6 | 6 | ms.reviewer: sidandrews
|
7 | 7 | ms.service: cosmos-db
|
8 | 8 | ms.custom:
|
9 | 9 | - build-2024
|
10 | 10 | ms.topic: conceptual
|
11 |
| -ms.date: 03/30/2024 |
| 11 | +ms.date: 07/23/2024 |
12 | 12 | ---
|
13 | 13 |
|
14 | 14 | # Vector database
|
@@ -120,24 +120,26 @@ DiskANN enables you to perform highly accurate, low latency queriers at any scal
|
120 | 120 | - [Vector indexing in Azure Cosmos DB for NoSQL](index-policy.md#vector-indexes)
|
121 | 121 | - [VectorDistance system function NoSQL queries](nosql/query/vectordistance.md)
|
122 | 122 | - [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) |
126 | 127 |
|
127 |
| -### API for MongoDB |
| 128 | +### Azure Cosmos DB for MongoDB |
128 | 129 |
|
129 | 130 | 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.
|
130 | 131 |
|
131 | 132 | #### Code samples
|
132 | 133 |
|
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) |
134 | 135 | - [.NET tutorial - recipe chatbot](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/C%23/CosmosDB-MongoDBvCore)
|
135 | 136 | - [C# RAG pattern - Integrate OpenAI Services with Cosmos](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/C%23/CosmosDB-MongoDBvCore)
|
136 | 137 | - [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) |
139 | 140 | - [Python - LlamaIndex integration](https://docs.llamaindex.ai/en/stable/examples/vector_stores/AzureCosmosDBMongoDBvCoreDemo.html)
|
140 | 141 | - [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) |
141 | 143 |
|
142 | 144 | > [!div class="nextstepaction"]
|
143 | 145 | > [Use Azure Cosmos DB for MongoDB lifetime free tier](mongodb/vcore/free-tier.md)
|
|
0 commit comments