Skip to content

Commit bd10c90

Browse files
authored
Update vector-database.md
1 parent c39ee4b commit bd10c90

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
@@ -105,9 +105,6 @@ Here are multiple ways to implement RAG on your data by using our integrated vec
105105

106106
You can implement integrated vector database functionalities for the following [Azure Cosmos DB APIs](choose-api.md):
107107

108-
> [!NOTE]
109-
> For our NoSQL API, the native integration of a state-of-the-art vector indexing algorithm will be announced during Build in May 2024. Please stay tuned.
110-
111108
### API for MongoDB
112109

113110
Use the natively [integrated vector database in Azure Cosmos DB for MongoDB](mongodb/vcore/vector-search.md) (vCore architecture), which offers an efficient way to store, index, and search high-dimensional vector data directly alongside other application data. This approach removes the necessity of migrating your data to costlier alternative vector databases and provides a seamless integration of your AI-driven applications.
@@ -136,6 +133,9 @@ Use the natively integrated vector database in [Azure Cosmos DB for PostgreSQL](
136133

137134
### NoSQL API
138135

136+
> [!NOTE]
137+
> For our NoSQL API, the native integration of a state-of-the-art vector indexing algorithm will be announced during Build in May 2024. Please stay tuned.
138+
139139
The natively integrated vector databaseg in the NoSQL API is under development. In the meantime, you may implement RAG patterns with Azure Cosmos DB for NoSQL and [Azure AI Search](../search/vector-search-overview.md). This approach enables powerful integration of your data residing in the NoSQL API into your AI-oriented applications.
140140

141141
#### Code samples

0 commit comments

Comments
 (0)