Skip to content
Sign in
All terms
Glossary · Term

Retrieval-Augmented Generation

L3 · AdvancedEvolving

In plain terms

Answering with retrieved documents in the context.

Technical definition

A pattern that retrieves relevant passages from an external index and places them in the model context so generation is grounded in that text rather than parameters alone.

Example

A docs assistant that fetches the three most relevant sections before answering.

Try it in the RAG Pipeline Simulator labExplore in the AI Universe

Related terms