Skip to content

Commit a74545f

Browse files
Merge pull request #268519 from wmwxwa/patch-2
Update vector-database.md
2 parents 77c86ac + fbd001d commit a74545f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/vector-database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Vector database
33
titleSuffix: Azure Cosmos DB
4-
description: Vector database extension and retrieval augmented generation (RAG) implementation.
4+
description: Vector database and retrieval augmented generation (RAG) implementation.
55
author: wmwxwa
66
ms.author: wangwilliam
77
ms.reviewer: sidandrews
@@ -22,9 +22,9 @@ An increasingly popular use case is augmenting your applications with large lang
2222
- Overcome ChatGPT, GPT-3.5, or GPT-4’s token limits
2323
- Reduce the costs from frequent fine-tuning on updated data
2424

25-
Some RAG implementation tutorials demonstrate integrating vector databases that are distinct from traditional databases. Instead of adding a separate vector database, you can use our vector database extensions when working with multi-modal data. By doing so, you avoid the extra cost of moving data to a separate database. Moreover, this keeps your vector embeddings and original data together, and you can better achieve data consistency, scale, and performance. The latter reason is why OpenAI built its ChatGPT service on top of Azure Cosmos DB.
25+
Some RAG implementation tutorials demonstrate integrating vector databases that are distinct from traditional databases. Instead of adding a separate vector database, you can use our integrated vector database when working with multi-modal data. By doing so, you avoid the extra cost of moving data to a separate database. Moreover, this keeps your vector embeddings and original data together, and you can better achieve data consistency, scale, and performance. The latter reason is why OpenAI built its ChatGPT service on top of Azure Cosmos DB.
2626

27-
Here's how to implement our vector database extensions:
27+
Here's how to implement our integrated vector database:
2828

2929
| | Description |
3030
| --- | --- |

0 commit comments

Comments
 (0)