Skip to content

Commit 114a7d0

Browse files
committed
clean up bold section
1 parent e99b3ad commit 114a7d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,11 +559,13 @@ The result shows the extraction of video segments into meaningful units, spoken
559559
```
560560

561561
---
562+
562563
## Pre-processing the Output from Content Understanding
563564

564565
Once the data has been extracted using Azure AI Content Understanding, the next step is to prepare the analysis output for embedding within a search system. Pre-processing the output ensures that the extracted content is transformed into a format suitable for indexing and retrieval. This step involves converting the JSON output from the analyzers into structured strings, preserving both the content and metadata for seamless integration into downstream workflows.
565566

566567
The following example demonstrates how to pre-process the output data from the analyzers, including documents, images, audio, and video. By converting each JSON output into a structured string, this process lays the groundwork for embedding the data into a vector-based search system, enabling efficient retrieval and enhanced RAG workflows.
568+
567569
---
568570

569571
``` python

0 commit comments

Comments
 (0)