Skip to main content

RAG Patterns

Common architectural patterns for building Retrieval-Augmented Generation systems.

Basic RAG

Standard retrieve-then-generate pattern.

Agentic RAG

Agent decides when and how to retrieve.

Corrective RAG (CRAG)

Self-evaluating retrieval with fallback strategies.
Combine vector and keyword search.

RAG Overview

Learn RAG fundamentals

Advanced Techniques

Explore advanced RAG patterns