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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,10 @@ ms.date: 03/29/2024
16
16
17
17
Vector databases are used in numerous domains and situations across analytical and generative AI, including natural language processing, video and image recognition, recommendation system, search, etc.
18
18
19
-
Many AI-enhanced systems that emerged in 2023 use standalone vector databases that are distinct from "traditional" databases in their tech stacks. Instead of adding a separate vector database, you might want to use vector databases integrated into NoSQL or relational databases when working with multi-modal data. By doing so, you avoid the extra cost of moving data to a separate database. Moreover, this architecture keeps your vector embeddings and original data together, and you can better achieve data consistency, scale, and performance.
19
+
Many AI-enhanced systems that emerged in 2023 use standalone vector databases that are distinct from "traditional" databases in their tech stacks. Instead of adding a separate vector database, you might want to consider using vector databases integrated into NoSQL or relational databases when working with multi-modal data. By doing so, you avoid the extra cost of moving data to a separate database. Moreover, this architecture keeps your vector embeddings and original data together, and you can better achieve data consistency, scale, and performance.
20
20
21
-
The importance of data consistency, scale, and performance is why OpenAI built its ChatGPT service on top of Azure Cosmos DB. Here's how to implement its integrated vector database, thereby taking advantage of its single-digit millisecond response times, automatic and instant scalability, and guaranteed speed at any scale:
22
-
23
-
|| Description |
24
-
| --- | --- |
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. |
21
+
> [!NOTE]
22
+
> Data consistency, scale, and performance guarantees are why OpenAI built its ChatGPT service on top of Azure Cosmos DB. You, too, can take advantage of its integrated vector database, as well as its single-digit millisecond response times, automatic and instant scalability, and guaranteed speed at any scale by referring to the [How to implement integrated vector database functionalities](#how-to-implement-integrated-vector-database-functionalities) section of this article.
28
23
29
24
## What is a vector database?
30
25
@@ -58,7 +53,7 @@ This process involves extracting pertinent information from a custom data source
58
53
59
54
Here are multiple ways to implement RAG on your data by using our vector database functionalities:
60
55
61
-
## How to implement vector database functionalities
56
+
## How to implement integrated vector database functionalities
0 commit comments