Skip to content

Commit 580455c

Browse files
authored
Update retrieval-augmented-generation-overview.md
Update wording to change from "Retrieval Augmentation Generation" to "Retrieval Augmented Generation".
1 parent 9539118 commit 580455c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/retrieval-augmented-generation-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 11/20/2023
1515

1616
# Retrieval Augmented Generation (RAG) in Azure AI Search
1717

18-
Retrieval Augmentation Generation (RAG) is an architecture that augments the capabilities of a Large Language Model (LLM) like ChatGPT by adding an information retrieval system that provides grounding data. Adding an information retrieval system gives you control over grounding data used by an LLM when it formulates a response. For an enterprise solution, RAG architecture means that you can constrain generative AI to *your enterprise content* sourced from vectorized documents and images, and other data formats if you have embedding models for that content.
18+
Retrieval Augmented Generation (RAG) is an architecture that augments the capabilities of a Large Language Model (LLM) like ChatGPT by adding an information retrieval system that provides grounding data. Adding an information retrieval system gives you control over grounding data used by an LLM when it formulates a response. For an enterprise solution, RAG architecture means that you can constrain generative AI to *your enterprise content* sourced from vectorized documents and images, and other data formats if you have embedding models for that content.
1919

2020
The decision about which information retrieval system to use is critical because it determines the inputs to the LLM. The information retrieval system should provide:
2121

0 commit comments

Comments
 (0)