01What is RAG, really?
Retrieval-Augmented Generation is a pattern where the model retrieves relevant documents from a vector store before generating an answer. It trades a portion of the model's training knowledge for fresh, citable, domain-specific context.
