Skip to content

Commit 4618974

Browse files
Merge pull request #278497 from wmwxwa/patch-22
Update vector-database.md
2 parents 4fad1ac + 8d61e0a commit 4618974

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

articles/cosmos-db/vector-database.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ DiskANN enables you to perform highly accurate, low latency queriers at any scal
117117

118118
#### Links and samples
119119

120+
- [What is the database behind ChatGPT? - Microsoft Mechanics](https://www.youtube.com/watch?v=6IIUtEFKJec)
120121
- [Vector indexing in Azure Cosmos DB for NoSQL](index-policy.md#vector-indexes)
121122
- [VectorDistance system function NoSQL queries](nosql/query/vectordistance.md)
122123
- [How to setup vector database capabilities in Azure Cosmos DB NoSQL](nosql/vector-search.md)
123124
- [Python notebook tutorial](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples)
124125
- [C# Solution accelerator for building AI apps](https://aka.ms/BuildModernAiAppsSolution)
125126
- [C# Azure Cosmos DB Chatbot with Azure OpenAI](https://aka.ms/cosmos-chatgpt-sample)
126127

127-
128128
### API for MongoDB
129129

130130
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.
@@ -150,19 +150,6 @@ Use the natively integrated vector database in [Azure Cosmos DB for PostgreSQL](
150150
#### Code sample
151151
- Python: [Python notebook tutorial - food review chatbot](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/tree/main/Python/CosmosDB-PostgreSQL_CognitiveSearch)
152152

153-
### NoSQL API
154-
155-
> [!NOTE]
156-
> For our NoSQL API, the native integration of a state-of-the-art vector indexing algorithm will be announced during Build in May 2024. Please stay tuned.
157-
158-
The natively integrated vector databaseg in the NoSQL API is under development. In the meantime, you may implement RAG patterns with Azure Cosmos DB for NoSQL and [Azure AI Search](../search/vector-search-overview.md). This approach enables powerful integration of your data residing in the NoSQL API into your AI-oriented applications.
159-
160-
#### Links & Code samples
161-
162-
- [What is the database behind ChatGPT? - Microsoft Mechanics](https://www.youtube.com/watch?v=6IIUtEFKJec)
163-
- [.NET tutorial - Build and Modernize AI Applications](https://github.com/Azure/Build-Modern-AI-Apps-Hackathon)
164-
- [.NET tutorial - Bring Your Data to ChatGPT](https://github.com/Azure/Vector-Search-AI-Assistant/tree/cognitive-search-vector)
165-
- [Azure Data + RAG samples with Azure OpenAI](https://github.com/microsoft/AzureDataRetrievalAugmentedGenerationSamples/)
166153
### Next step
167154

168155
[30-day Free Trial without Azure subscription](https://azure.microsoft.com/try/cosmosdb/)

0 commit comments

Comments
 (0)