What is retrieval-augmented generation (RAG)?
RAG is an architecture that grounds a large language model in your own data. At question time, relevant documents are retrieved (usually from a vector index) and passed to the model as context, so answers are based on current, company-specific information and can cite their sources — reducing hallucinations without retraining the model.