Back to topics

Applied AI

RAG

Retrieval-Augmented Generation

Learningintermediate

About

RAG combines retrieval with language model generation. Instead of answering from parameters alone, the model is given relevant documents at generation time.

Prerequisites

Resources

Study notes