RAG (Retrieval-Augmented Generation)
RAG combines information retrieval with AI text generation. The system first searches a knowledge base (e.g. company documents, FAQs) and uses the retrieved information to generate precise answers. RAG reduces hallucinations and enables AI systems to access up-to-date, company-specific data.