Skip to content

Commit 134353b

Browse files
committed
edit for pub
1 parent 39ebc79 commit 134353b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/ai-services/content-understanding/concepts/retrieval-augmented-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 04/23/2025
1212

1313
# Retrieval-augmented generation with Content Understanding
1414

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.
1616

1717
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.
1818

articles/ai-services/content-understanding/tutorial/build-rag-solution.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.topic: tutorial
1010
ms.date: 04/23/2025
1111
---
1212

13-
# Tutorial: Build a retrieval-augmented generation solution with Content Understanding
13+
# Tutorial: Build a retrieval-augmented generation solution
1414

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.
1616

1717
## Exercises included in this tutorial
1818

@@ -46,15 +46,17 @@ To get started, you need **An active Azure subscription**. If you don't have an
4646

4747
## Extract data
4848

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.
5050

5151
## Implementation steps
5252

5353
To implement data extraction in Content Understanding, follow these steps:
5454

5555
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.
5860

5961
## Creating an analyzer
6062

0 commit comments

Comments
 (0)