RAG
Simple explanation
Retrieval-Augmented Generation — an AI answering questions using retrieved real documents instead of relying only on trained memory.
Advanced explanation
Grounds a model's output in specific, citable source material, reducing (not eliminating) the risk of fabricated answers — the retrieval step matters as much as the generation step.
Related terms