Definition
RAG is a technique that combines information retrieval from a document base with AI text generation. Instead of relying solely on the model's knowledge, the system first searches for relevant documents (manuals, FAQs, contracts) and then generates responses based on those documents. It is the most effective approach for creating reliable business chatbots.
Related terms
EXPLORE