You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/concepts/retrieval-augmented-generation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ A high level summary of **RAG** implementation pattern looks like this:
58
58
59
59
Here's an overview of the implementation process, beginning with data extraction using Azure AI Content Understanding as the foundation for transforming raw multimodal data into structured, searchable formats optimized for **RAG** workflows:
@@ -462,7 +462,7 @@ After Azure AI Content Understanding extracts data, the next steps focus on inte
462
462
463
463
After processing multimodal content with Azure AI Content Understanding, create a comprehensive search infrastructure using your newly structured data. By embedding the markdown and JSON outputs with Azure OpenAI's embedding models and indexing them in Azure AI Search, you establish a unified knowledge repository spanning all content types.
464
464
465
-
Azure AI Search offers advanced search strategies for multimodal content. In this implementation, [hybrid search](https://learn.microsoft.com/en-us/azure/search/hybrid-search-overview) combines vector and full-text indexing to blend keyword precision with semantic understanding—ideal for complex queries requiring both exact matching and contextual relevance. This approach significantly enhances the quality of information fed to generation models, producing more accurate, contextually appropriate responses
465
+
Azure AI Search offers advanced search strategies for multimodal content. In this implementation, [hybrid search](../../../search/hybrid-search-overview) combines vector and full-text indexing to blend keyword precision with semantic understanding—ideal for complex queries requiring both exact matching and contextual relevance. This approach significantly enhances the quality of information fed to generation models, producing more accurate, contextually appropriate responses
466
466
467
467
To follow is a sample consolidated index that support vector and hybrid search and enables cross-modal search capabilities, allowing users to discover relevant information regardless of the original content format:
468
468
@@ -504,7 +504,7 @@ To follow is a sample consolidated index that support vector and hybrid search a
504
504
505
505
## Utilize Azure OpenAI models
506
506
507
-
Once your content is extracted and indexed, integrate [Azure OpenAI's embedding and chat models](../../openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions) to create an interactive question-answering system.
507
+
Once your content is extracted and indexed, integrate [Azure OpenAI's embedding and chat models](../../openai/concepts/models.md#chat-completions) to create an interactive question-answering system.
508
508
509
509
Content Understanding empowers the model to provide accurate and contextually grounded responses by using your actual content. This process includes referencing specific sections of documents, interpreting relevant images, quoting from video transcripts, and citing speaker statements from audio recordings.
510
510
@@ -517,8 +517,8 @@ Content Understanding supports the following development options:
* Learn more about [document](../document/overview.md), [image](../image/overview.md), [audio](../audio/overview.md), [video](../video/overview.md) capabilities.
523
523
* Learn more about Content Understanding [**best practices**](../concepts/best-practices.md) and [**capabilities**](../concepts/capabilities.md).
0 commit comments