Skip to content

Commit 5ff092a

Browse files
committed
find changes
1 parent 669f1e1 commit 5ff092a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A high level summary of RAG implementation pattern looks like this:
5050
3. Store embedded vectors in database or search index.
5151
4. Use Generative AI chat models to query and generate responses from retrieval systems.
5252

53-
Heres 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:
53+
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:
5454

5555
### 1. Content Extraction: The Foundation for RAG with Content Understanding
5656

@@ -337,16 +337,16 @@ Below is an example showcasing the results of content and field extraction using
337337
"valueString": "Maria Smith contacted Contoso to inquire about her current point balance. Agent John Doe confirmed her identity and informed her that she has 599 points. Maria did not require any further information and the call ended on a positive note."
338338
},
339339
"TrainingTopics": {
340-
"type": "array",
341-
"valueArray": [
342-
{
343-
"type": "string",
344-
"valueString": "Compliance"
345-
},
346-
{
347-
"type": "string",
348-
"valueString": "Risk mitigation"
349-
},]
340+
"type": "array",
341+
"valueArray": [
342+
{
343+
"type": "string",
344+
"valueString": "Compliance"
345+
},
346+
{
347+
"type": "string",
348+
"valueString": "Risk mitigation"
349+
},]
350350
},
351351
"People": {
352352
"type": "array",
@@ -416,16 +416,16 @@ Below is an example showcasing the results of content and field extraction using
416416
"valueString": "The video begins with a view from a glass floor, showing a person's feet in white sneakers standing on it. The scene captures a downward view of a structure, possibly a tower, with a grid pattern on the floor and a clear view of the ground below. The lighting is bright, suggesting a sunny day, and the colors are dominated by the orange of the structure and the gray of the floor."
417417
},
418418
"KeyTopics": {
419-
"type": "array",
420-
"valueArray": [
421-
{
422-
"type": "string",
423-
"valueString": "Flight delay"
424-
},
425-
{
426-
"type": "string",
427-
"valueString": "Customer service"
428-
},
419+
"type": "array",
420+
"valueArray": [
421+
{
422+
"type": "string",
423+
"valueString": "Flight delay"
424+
},
425+
{
426+
"type": "string",
427+
"valueString": "Customer service"
428+
},
429429
]
430430
}
431431
},

0 commit comments

Comments
 (0)