Skip to the content.

Retrieval-Augmented Generation Glossary

The spelled-out form of RAG: generating answers with help from retrieved external documents or records.

Retrieval-Augmented Generation is the full phrase behind RAG. A system retrieves relevant documents, chunks, memories, or database records and supplies them to a language model so the answer can be grounded in material outside the model’s training weights.

The promise is simple: instead of asking the model to answer from memory, give it the relevant files. The reality is more delicate. Retrieval can fetch the wrong material, miss the right material, bury the important sentence, or combine sources in misleading ways. RAG improves groundedness, but it does not eliminate the need for provenance, evaluation, and human judgment.

This page is a spell-out companion to the shorter RAG entry.

See also

Return to Dictionary All Entries (A–Z) For Students Other Writing