Skip to content

Commit d6cc2dd

Browse files
authored
Update vector-search.md
1 parent 8b00c8f commit d6cc2dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Integrated vector database
2+
title: Vector store
33
titleSuffix: Azure Cosmos DB for MongoDB vCore
4-
description: Use integrated vector database in Azure Cosmos DB for MongoDB vCore to enhance AI-based applications.
4+
description: Use vector store in Azure Cosmos DB for MongoDB vCore to enhance AI-based applications.
55
author: gahl-levy
66
ms.author: gahllevy
77
ms.reviewer: sidandrews
@@ -17,11 +17,11 @@ ms.date: 11/1/2023
1717

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

20-
Use the 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. It eliminates the need to transfer your data to alternative vector databases and incur additional costs.
20+
Use the 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 are created. It eliminates the need to transfer your data to alternative vector stores and incur additional costs.
2121

22-
## What is a vector database?
22+
## What is a vector database or 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. Vector search is used to query these embeddings.
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. Vector search algorithms are used to index and query these embeddings.
2525

2626
## What is vector search?
2727

0 commit comments

Comments
 (0)