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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 04/23/2025
12
12
13
13
# Retrieval-augmented generation with Content Understanding
14
14
15
-
Retrieval-augmented Generation (**RAG**) is a method that enhances the capabilities of Large Language Models (`LLM`) by integrating data from external knowledge sources. Integrating diverse and current information refines the precision and contextual relevance of the outputs generated by `LLM`s. A key challenge for **RAG** is the efficient extraction and processing of multimodal content—such as documents, images, audio, and video—to ensure accurate retrieval and effective use to bolster the `LLM` responses.
15
+
Retrieval-augmented Generation (**RAG**) is a method that enhances the capabilities of Large Language Models (*LLM**) by integrating data from external knowledge sources. Integrating diverse and current information refines the precision and contextual relevance of the outputs generated by *LLM**s. A key challenge for **RAG** is the efficient extraction and processing of multimodal content—such as documents, images, audio, and video—to ensure accurate retrieval and effective use to bolster the *LLM** responses.
16
16
17
17
Azure AI Content Understanding addresses these challenges by offering advanced content extraction capabilities across diverse modalities. The service seamlessly integrates advanced natural language processing, computer vision, and speech recognition into a unified framework. This integration eliminates the complexities of managing separate extraction pipelines and workflows. A unified approach ensures superior data handling for documents, images, audio, and video, thus enhancing both precision and depth in information retrieval. Such innovation proves especially beneficial for **RAG** applications, where the accuracy and contextual relevance of responses depend on a deep understanding of interconnections, interrelationships, and context.
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/tutorial/build-rag-solution.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ ms.topic: tutorial
10
10
ms.date: 04/23/2025
11
11
---
12
12
13
-
# Tutorial: Build a retrieval-augmented generation solution with Content Understanding
13
+
# Tutorial: Build a retrieval-augmented generation solution
14
14
15
-
Retrieval-augmented generation (`RAG`) is a method that enhances the functionality of Large Language Models (`LLM`) by integrating data from external knowledge sources. This tutorial explains how to create a retrieval-augmented generation (RAG) solution using Azure AI Content Understanding. It covers the key steps to build a strong RAG system, offers tips to improve relevance and accuracy, and shows how to connect with other Azure services. By the end, you know how to use Content Understanding to handle multimodal data, improve retrieval, and help AI models provide accurate and meaningful responses.
15
+
This tutorial explains how to create a retrieval-augmented generation (RAG) solution using Azure AI Content Understanding. It covers the key steps to build a strong RAG system, offers tips to improve relevance and accuracy, and shows how to connect with other Azure services. By the end, you can use Content Understanding to handle multimodal data, improve retrieval, and help AI models provide accurate and meaningful responses.
16
16
17
17
## Exercises included in this tutorial
18
18
@@ -46,15 +46,17 @@ To get started, you need **An active Azure subscription**. If you don't have an
46
46
47
47
## Extract data
48
48
49
-
Building a robust multimodal RAG solution begins with extracting and structuring data from diverse content types. Azure AI Content Understanding provides three key components to facilitate this process: **content extraction**, **field extraction**, and **analyzers**. Together, these components form the foundation for creating a unified, reusable, and enhanced data pipeline for RAG workflows.
49
+
Retrieval-augmented generation (*RAG**) is a method that enhances the functionality of Large Language Models (*LLM**) by integrating data from external knowledge sources. Building a robust multimodal RAG solution begins with extracting and structuring data from diverse content types. Azure AI Content Understanding provides three key components to facilitate this process: **content extraction**, **field extraction**, and **analyzers**. Together, these components form the foundation for creating a unified, reusable, and enhanced data pipeline for RAG workflows.
50
50
51
51
## Implementation steps
52
52
53
53
To implement data extraction in Content Understanding, follow these steps:
54
54
55
55
1.**Create an Analyzer:** Define an analyzer using REST APIs or our Python code samples.
56
-
2.**Perform Content Extraction:** Use the analyzer to process files and extract structured content.
57
-
3.**(Optional) Enhance with Field Extraction:** Optionally, specify AI-generated fields to enrich the extracted content with added metadata.
56
+
57
+
1.**Perform Content Extraction:** Use the analyzer to process files and extract structured content.
58
+
59
+
1.**(Optional) Enhance with Field Extraction:** Optionally, specify AI-generated fields to enrich the extracted content with added metadata.
0 commit comments