Back to Developer Roadmap

RAG

src/data/roadmaps/prompt-engineering/content/[email protected]

4.0367 B
Original Source

RAG

Retrieval-Augmented Generation (RAG) combines LLMs with external knowledge retrieval to ground responses in verified, current information. RAG retrieves relevant documents before generating responses, reducing hallucinations and enabling access to information beyond the model's training cutoff. This approach improves accuracy and provides source attribution.