What is a RAG chatbot?
A RAG chatbot — short for retrieval-augmented generation — is an AI chatbot that retrieves relevant information from a private knowledge base before generating each answer. Instead of relying on the language model's general training data, the bot answers from documents you control. This makes responses accurate, source-traceable, and free of hallucinations.