Definition

Retrieval-Augmented Generation (RAG) combines large language models with external knowledge retrieval to ground responses in up-to-date or domain-specific documents. Quality hinges on the embedding-models and index design beneath the generator.

Key Points

Sources