Retrieval-Augmented Generation - AI technique that enhances language models by retrieving relevant information from a knowledge base before generating responses. Like giving an AI access to a reference library before answering questions.
Example: A customer service chatbot uses RAG to search product documentation before answering questions, ensuring accurate and up-to-date responses.
Category: ai-ml
Difficulty: advanced