Caesar AI Atlas

Retrieval Augmented Generation (RAG)

Also known as: Retrieval Augmented Generation (RAG) Β· retrieval-augmented generation (RAG) Β· RAG Β· Retrieval-Augmented Generation (RAG)

Caesar AI Atlas Definition

Retrieval Augmented Generation (RAG) is a technique that combines generative AI with retrieval from external data sources. The model uses retrieved documents, passages, or records as grounding context to produce responses that are more current, specific, and verifiable. RAG can reduce hallucinations, but its quality depends on retrieval accuracy, source quality, and how well the model uses the retrieved context.

Other Definitions

Retrieval Augmented Generation Source

A technique that enables large language models (LLMs) to retrieve and incorporate new information.

Retrieval Augmented Generation Source

A technique to improve the quality and accuracy of large language model (LLM) output by grounding it with sources of knowledge that are retrieved after the model was trained. RAG addresses LLM limitations such as factual inaccuracies, lack of access to current or specialized information, and inability to cite sources.

Retrieval Augmented Generation Source

A technique allowing LLMs to access and reference knowledge sources to inform responses as they are being generated, enabling more up-to-date outputs.

Also Referenced In

Concept Comparisons

Related Terms