AI Products for CX
← Back to GlossaryTechnology

Retrieval-Augmented Generation (RAG)

Retrieval-augmented generation (RAG) is a technique that grounds an LLM's responses in retrieved, authoritative source documents to improve accuracy and reduce hallucinations.


Retrieval-augmented generation (RAG) is an AI architecture that combines a search or retrieval step with a large language model (LLM). When a question is asked, the system first retrieves relevant passages from a trusted knowledge base — such as help articles, product documentation, or past resolved tickets — and then instructs the LLM to generate its response using only that retrieved content.

For support teams, RAG directly addresses the biggest risk of raw LLMs: hallucination. Because the model is anchored to verified source material, answers are more accurate and auditable.

Practical benefits:

RAG quality is commonly evaluated by answer faithfulness (does the response match the source?) and retrieval precision (were the right documents fetched?). It is now a foundational pattern for enterprise support AI deployments.

Related terms

Looking for tools to put this into practice?

Browse AI Support Products