Retrieval-Augmented Generation (RAG)
Retrieval-Augmented Generation (RAG) is a technique where an AI model retrieves relevant external documents or data at the moment of answering a query, rather than relying only on what it learned during training. This lets the model produce more current, source-grounded answers instead of depending entirely on parametric memory. RAG in Practice When you ask…