Glossary

Retrieval-Augmented Generation (RAG)

A pattern that supplies a model with retrieved information before it generates a response.

Retrieval-augmented generation connects a model to a search or retrieval system so relevant documents can be included in its context. RAG can improve grounding and currency, but it does not guarantee correctness; retrieval quality, permissions, citations, and human review still matter.

Back to glossary