Skip to content

Commit 8175cdd

Browse files
Merge pull request #272459 from wmwxwa/patch-22
"vector store" language for MongoDB API
2 parents abe2496 + a4d7179 commit 8175cdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/mongodb/vcore/vector-search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ ms.topic: conceptual
1313
ms.date: 11/1/2023
1414
---
1515

16-
# Vector Database in Azure Cosmos DB for MongoDB vCore
16+
# Vector Store in Azure Cosmos DB for MongoDB vCore
1717

1818
[!INCLUDE[MongoDB vCore](../../includes/appliesto-mongodb-vcore.md)]
1919

2020
Use the Integrated Vector Database in Azure Cosmos DB for MongoDB vCore to seamlessly connect your AI-based applications with your data that's stored in Azure Cosmos DB. This integration can include apps that you built by using [Azure OpenAI embeddings](../../../ai-services/openai/tutorials/embeddings.md). The natively integrated vector database enables you to efficiently store, index, and query high-dimensional vector data that's stored directly in Azure Cosmos DB for MongoDB vCore, along with the original data from which the vector data is created. It eliminates the need to transfer your data to alternative vector stores and incur additional costs.
2121

22-
## What is a vector store or vector database?
22+
## What is a vector store?
2323

24-
A [vector database](../../vector-database.md) is a database designed to store and manage vector embeddings, which are mathematical representations of data in a high-dimensional space. In this space, each dimension corresponds to a feature of the data, and tens of thousands of dimensions might be used to represent sophisticated data. A vector's position in this space represents its characteristics. Words, phrases, or entire documents, and images, audio, and other types of data can all be vectorized.
24+
A vector store or [vector database](../../vector-database.md) is a database designed to store and manage vector embeddings, which are mathematical representations of data in a high-dimensional space. In this space, each dimension corresponds to a feature of the data, and tens of thousands of dimensions might be used to represent sophisticated data. A vector's position in this space represents its characteristics. Words, phrases, or entire documents, and images, audio, and other types of data can all be vectorized.
2525

2626
## How does a vector store work?
2727

0 commit comments

Comments
 (0)