Skip to content

Commit b3c0a6b

Browse files
authored
Update vector-database.md
1 parent 8918902 commit b3c0a6b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/cosmos-db/vector-database.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ ms.date: 03/29/2024
1616

1717
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.
1818

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.
2020

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.
2823
2924
## What is a vector database?
3025

0 commit comments

Comments
 (0)