Skip to content

Commit 84c94a6

Browse files
committed
update implementation
1 parent 8be8bd9 commit 84c94a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/content-understanding/tutorial/RAG-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Building a robust multimodal RAG solution begins with extracting and structuring
5151

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

54-
1. **Create an Analyzer:** Define an analyzer using REST APIs or our Python code samples. Optionally, include a field schema to specify the metadata to be extracted.
54+
1. **Create an Analyzer:** Define an analyzer using REST APIs or our Python code samples.
5555
2. **Perform Content Extraction:** Use the analyzer to process files and extract structured content.
56-
3. **(Optional) Enhance with Field Extraction:** Add AI-generated fields to enrich the extracted content with additional metadata.
56+
3. **(Optional) Enhance with Field Extraction:** Optionally, specify AI-generated fields to enrich the extracted content with additional metadata.
5757

5858
## Creating an Analyzer
5959
Analyzers are reusable components in Content Understanding that streamline the data extraction process. Once an analyzer is created, it can be used repeatedly to process files and extract content or fields based on predefined schemas. An analyzer acts as a blueprint for how data should be processed, ensuring consistency and efficiency across multiple files and content types.

0 commit comments

Comments
 (0)