← Back to course
What is RAG?
Retrieval-Augmented Generation (RAG) is a technique that enhances AI by combining external knowledge retrieval with language generation.
- Retrieve relevant documents
- Use them as context
- Generate more accurate answers
RAG solves hallucination by grounding AI outputs in real data.
Key Takeaway: RAG is the foundation of modern AI applications like chatbots, search systems, and enterprise AI tools.