Skip to content

Commit 434b7fd

Browse files
committed
resolve PR feedback
1 parent d30ae6b commit 434b7fd

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

articles/ai-services/document-intelligence/concept-retrieval-augumented-generation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Retrieval Augmented Generation (RAG) with Azure AI Document Intelligence (formerly Form Recognizer)
2+
title: Retrieval-Augmented Generation (RAG) with Azure AI Document Intelligence (formerly Form Recognizer)
33
titleSuffix: Azure AI services
4-
description: Introduction to how semantic chunking can help with Retrieval Augmented Generation (RAG) implementation using Azure AI Document Intelligence Layout model.
4+
description: Introduction to how semantic chunking can help with Retrieval-Augmented Generation (RAG) implementation using Azure AI Document Intelligence Layout model.
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
@@ -11,19 +11,19 @@ ms.author: luzhan
1111
monikerRange: '>=doc-intel-3.0.0'
1212
---
1313

14-
# Retrieval Augmented Generation with Azure AI Document Intelligence
14+
# Retrieval-Augmented Generation with Azure AI Document Intelligence
1515

1616
<!-- markdownlint-disable MD036 -->
1717

1818
**This content applies to:** ![checkmark](media/yes-icon.png) **v4.0 (preview)**
1919

2020
## Introduction
2121

22-
Retrieval Augmented Generation (RAG) is a document generative AI solution that combines a pretrained Large Language Model (LLM) like ChatGPT with an external data retrieval system to generate an enhanced response incorporating new data outside of the original training data. Adding an information retrieval system to your applications enables you to chat with your documents, generate captivating content, and access the power of Azure OpenAI models for your data. You also have more control over the data used by the LLM as it formulates a response.
22+
Retrieval-Augmented Generation (RAG) is a document generative AI solution that combines a pretrained Large Language Model (LLM) like ChatGPT with an external data retrieval system to generate an enhanced response incorporating new data outside of the original training data. Adding an information retrieval system to your applications enables you to chat with your documents, generate captivating content, and access the power of Azure OpenAI models for your data. You also have more control over the data used by the LLM as it formulates a response.
2323

2424
The Document Intelligence [Layout model](concept-layout.md) is an advanced machine-learning based document analysis API. With semantic chunking, the Layout model offers a comprehensive solution for advanced content extraction and document structure analysis capabilities. With the Layout model, you can easily extract text and structural to divide large bodies of text into smaller, meaningful chunks based on semantic content rather than arbitrary splits. The extracted information can be conveniently outputted to Markdown format, enabling you to define your semantic chunking strategy based on the provided building blocks.
2525

26-
:::image type="content" source="media/rag/azure-rag-processing.png" alt-text="Screenshot depicting semantic chunking with RAG using Azure AI Document Intelligence":::
26+
:::image type="content" source="media/rag/azure-rag-processing.png" alt-text="Screenshot depicting semantic chunking with RAG using Azure AI Document Intelligence.":::
2727

2828
## Semantic chunking
2929

@@ -37,7 +37,7 @@ Text data chunking strategies play a key role in optimizing the RAG response and
3737

3838
## Semantic chunking with Document Intelligence Layout model
3939

40-
Markdown is a structured and formatted markup language and a popular input for enabling semantic chunking in RAG (Retrieval augmented generation). You can use the Markdown content from the [Layout model](concept-layout.md) to split documents based on paragraph boundaries, create specific chunks for tables, and fine-tune your chunking strategy to improve the quality of the generated responses.
40+
Markdown is a structured and formatted markup language and a popular input for enabling semantic chunking in RAG (Retrieval-Augmented Generation). You can use the Markdown content from the [Layout model](concept-layout.md) to split documents based on paragraph boundaries, create specific chunks for tables, and fine-tune your chunking strategy to improve the quality of the generated responses.
4141

4242
### Benefits of using the Layout model
4343

-236 KB
Loading
-170 Bytes
Loading

articles/ai-services/document-intelligence/toc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ items:
162162
href: concept-layout.md
163163
- name: Add-on capabilities
164164
displayName: extract, formula, font, styles, fontStyle, ocr.highResolution, ocr.formula, high resolution, background color, inline, display
165-
href: concept-add-on-capabilities.md
165+
href: concept-add-on-capabilities.md
166+
- name: Retrieval-Augmentated Generation (RAG)
167+
displayName: RAG, LLM, semantic, chunk, LangChain, language model
168+
href: concept-retrieval-augumented-generation.md
166169
- name: Contract model
167170
displayName: contracts, agreements, legal, terms, conditions, clauses, parties, dates, signatures
168171
href: concept-contract.md

0 commit comments

Comments
 (0)