Retrieval-Augmented Generation (RAG) combines the strengths of information retrieval with generative models. By fetching relevant documents or data at query time and feeding them into an LLM, RAG ensures that responses are grounded in up-to-date, factual information rather than relying solely on the model’s pre-trained knowledge.