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/vector-database.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ The importance of data consistency, scale, and performance is why OpenAI built i
22
22
23
23
|| Description |
24
24
| --- | --- |
25
-
|**[Azure Cosmos DB for Mongo DB vCore](#how-to-implement-vector-database-functionalities-using-our-api-for-mongodb-vcore)**| Store your application data and vector embeddings together in a single MongoDB-compatible service featuring natively integrated vector database. |
26
-
|**[Azure Cosmos DB for PostgreSQL](#how-to-implement-vector-database-functionalities-using-our-api-for-postgresql)**| Store your data and vectors together in a scalable PostgreSQL offering with natively integrated vector database. |
27
-
|**[Azure Cosmos DB for NoSQL with Azure AI Search](#how-to-implement-vector-database-functionalities-using-our-nosql-api-and-ai-search)**| Augment your Azure Cosmos DB data with semantic and vector search capabilities of Azure AI Search. |
25
+
|**[Azure Cosmos DB for Mongo DB vCore](#api-for-mongodb)**| Store your application data and vector embeddings together in a single MongoDB-compatible service featuring natively integrated vector database. |
26
+
|**[Azure Cosmos DB for PostgreSQL](#api-for-postgresql)**| Store your data and vectors together in a scalable PostgreSQL offering with natively integrated vector database. |
27
+
|**[Azure Cosmos DB for NoSQL](#nosql-api)**| Augment your Azure Cosmos DB data with semantic and vector search capabilities of Azure AI Search. |
28
28
29
29
## What is a vector database?
30
30
@@ -58,11 +58,13 @@ This process involves extracting pertinent information from a custom data source
58
58
59
59
Here are multiple ways to implement RAG on your data by using our vector database functionalities:
60
60
61
-
## How to implement vector database functionalities using our API for MongoDB vCore
61
+
## How to implement vector database functionalities
62
62
63
-
Use the natively integrated vector database in [Azure Cosmos DB for MongoDB vCore](mongodb/vcore/vector-search.md), 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.
63
+
### API for MongoDB
64
64
65
-
### Vector database implementation code samples
65
+
Use the natively [integrated vector database in Azure Cosmos DB for MongoDB vCore](mongodb/vcore/vector-search.md), 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.
##How to implement vector database functionalities using our API for PostgreSQL
77
+
###API for PostgreSQL
76
78
77
79
Use the natively integrated vector database in [Azure Cosmos DB for PostgreSQL](postgresql/howto-use-pgvector.md), 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.
##How to implement vector database functionalities using our NoSQL API and AI Search
85
+
### NoSQL API
84
86
85
87
The natively integrated vector database in our NoSQL API will become available in mid-2024. 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.
86
88
87
-
### Vector database implementation code samples
89
+
### Code samples
88
90
89
91
-[.NET tutorial - Build and Modernize AI Applications](https://github.com/Azure/Build-Modern-AI-Apps-Hackathon)
90
92
-[.NET tutorial - Bring Your Data to ChatGPT](https://github.com/Azure/Vector-Search-AI-Assistant/tree/cognitive-search-vector)
0 commit comments