AI dictionary

Retrieval-Augmented Generation

A pattern that retrieves external knowledge and adds it to the prompt before generation.

Plain English

The model looks things up before answering.

Example

A support assistant retrieves product docs and uses them to answer a customer question with citations.

Why it matters

RAG is the default way to make LLMs useful with private, current, or domain-specific information.