Skip to content

Commit 17f58ef

Browse files
committed
rename rag data to vector search
1 parent f292b1b commit 17f58ef

File tree

8 files changed

+16
-11
lines changed

8 files changed

+16
-11
lines changed

articles/cosmos-db/.openpublishing.redirection.cosmos-db.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6169,6 +6169,11 @@
61696169
"source_path_from_root": "/articles/cosmos-db/mongodb/overview.md",
61706170
"redirect_url": "/azure/cosmos-db/mongodb/introduction",
61716171
"redirect_document_id": false
6172+
},
6173+
{
6174+
"source_path_from_root": "/articles/cosmos-db/rag-data-openai.md",
6175+
"redirect_url": "/azure/cosmos-db/cosmos-db/vector-search",
6176+
"redirect_document_id": true
61726177
}
61736178
]
61746179
}

articles/cosmos-db/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
href: distributed-nosql.md
1414
- name: Distributed relational
1515
href: distributed-relational.md
16-
- name: Integrate with Azure OpenAI
17-
href: rag-data-openai.md
16+
- name: Integrate Vector Search with Azure OpenAI
17+
href: vector-search.md
1818
- name: NoSQL
1919
href: nosql/toc.yml
2020
- name: MongoDB

articles/cosmos-db/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ highlightedContent:
3030
- title: Q&A
3131
itemType: reference
3232
url: /answers/tags/187/azure-cosmos-db
33-
- title: Use Azure Cosmos DB with Azure OpenAI
33+
- title: Vector Search with Azure Cosmos DB
3434
itemType: concept
35-
url: rag-data-openai.md
35+
url: vector-search.md
3636
- title: Choose an API in Azure Cosmos DB
3737
itemType: concept
3838
url: choose-api.md

articles/cosmos-db/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Today's applications are required to be highly responsive and always online. To
2020

2121
Azure Cosmos DB is a fully managed NoSQL and relational database for modern app development. Azure Cosmos DB offers single-digit millisecond response times, automatic and instant scalability, along with guaranteed speed at any scale. Business continuity is assured with [SLA-backed](https://azure.microsoft.com/support/legal/sla/cosmos-db) availability and enterprise-grade security.
2222

23-
Use Retrieval Augmented Generation (RAG) to bring the most semantically relevant data to enrich your AI-powered applications built with Azure OpenAI models like GPT-3.5 and GPT-4. For more information, see [Retrieval Augmented Generation (RAG) with Azure Cosmos DB](rag-data-openai.md).
23+
Use Retrieval Augmented Generation (RAG) to bring the most semantically relevant data to enrich your AI-powered applications built with Azure OpenAI models like GPT-3.5 and GPT-4. For more information, see [Retrieval Augmented Generation (RAG) with Azure Cosmos DB](vector-search.md#Retrieval-Augmented-Generation-(RAG)).
2424

2525
App development is faster and more productive thanks to:
2626

articles/cosmos-db/mongodb/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
- name: Integrate with Azure services
391391
href: integrations-overview.md
392392
- name: RAG with Azure OpenAI
393-
href: ../rag-data-openai.md
393+
href: ../vector-search#Retrieval-Augmented-Generation-(RAG).md
394394
- name: Vercel
395395
href: ../vercel-integration.md
396396
- name: Migrate data to Azure Cosmos DB

articles/cosmos-db/nosql/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
- name: Integrate with other Azure services
897897
items:
898898
- name: RAG with Azure OpenAI
899-
href: ../rag-data-openai.md
899+
href: ../vector-search.md#Retrieval-Augmented-Generation-(RAG)
900900
- name: Change feed Ecommerce solution
901901
href: changefeed-ecommerce-solution.md
902902
- name: Azure App Service

articles/cosmos-db/rag-data-openai.md renamed to articles/cosmos-db/vector-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Use data with Azure OpenAI
2+
title: Vector search using Azure Cosmos DB
33
titleSuffix: Azure Cosmos DB
44
description: Use Retrieval Augmented Generation (RAG) and vector search to ground your Azure OpenAI models with data stored in Azure Cosmos DB.
55
author: jacodel
66
ms.author: sidandrews
77
ms.service: cosmos-db
88
ms.topic: conceptual
9-
ms.date: 08/16/2023
9+
ms.date: 09/20/2023
1010
---
1111

12-
# Use Azure Cosmos DB data with Azure OpenAI
12+
# Vector search with data in Azure Cosmos DB
1313

1414
[!INCLUDE[NoSQL, MongoDB vCore, PostgreSQL](includes/appliesto-nosql-mongodbvcore-postgresql.md)]
1515

@@ -88,7 +88,7 @@ Prior to sending a request to Azure OpenAI, the user input/query/request is also
8888

8989
There are multiple ways to use RAG and vector search with your data stored in Azure Cosmos DB.
9090

91-
:::image type="content" source="media/rag-data-openai/vector-search-infosheet.png" alt-text="Infosheet that shows options for performing Vector Search with Azure Cosmos DB to bring your data to your AI applications." lightbox="media/rag-data-openai/vector-search-infosheet.png":::
91+
:::image type="content" source="media/vector-search/vector-search-infosheet.png" alt-text="Infosheet that shows options for performing Vector Search with Azure Cosmos DB to bring your data to your AI applications." lightbox="media/vector-search/vector-search-infosheet.png":::
9292

9393
## Azure Cosmos DB for NoSQL and Azure Cognitive Search
9494

0 commit comments

Comments
 (0)