Skip to content

Commit cfb4792

Browse files
committed
fixes
1 parent 17f58ef commit cfb4792

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6172,7 +6172,7 @@
61726172
},
61736173
{
61746174
"source_path_from_root": "/articles/cosmos-db/rag-data-openai.md",
6175-
"redirect_url": "/azure/cosmos-db/cosmos-db/vector-search",
6175+
"redirect_url": "/azure/cosmos-db/vector-search",
61766176
"redirect_document_id": true
61776177
}
61786178
]

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](vector-search.md#Retrieval-Augmented-Generation-(RAG)).
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).
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: ../vector-search#Retrieval-Augmented-Generation-(RAG).md
393+
href: ../vector-search.md#retrieval-augmented-generation
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: ../vector-search.md#Retrieval-Augmented-Generation-(RAG)
899+
href: ../vector-search.md#retrieval-augmented-generation
900900
- name: Change feed Ecommerce solution
901901
href: changefeed-ecommerce-solution.md
902902
- name: Azure App Service

articles/cosmos-db/vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To jump right into tutorials and sample code for RAG patterns with Azure Cosmos
2929

3030
This section includes key concepts that are critical to implementing RAG with Azure Cosmos DB and Azure OpenAI.
3131

32-
### Retrieval Augmented Generation (RAG)
32+
### Retrieval Augmented Generation (RAG) <a id="retrieval-augmented-generation"></a>
3333

3434
RAG involves the process of retrieving supplementary data to provide the LLM with the ability to use this data when it generates responses. When presented with a user's question or prompt, RAG aims to select the most pertinent and current domain-specific knowledge from external sources, such as articles or documents. This retrieved information serves as a valuable reference for the model when generating its response. For example, a simple RAG pattern using Azure Cosmos DB for NoSQL could be:
3535

0 commit comments

Comments
 (0)