RAG Pipeline Design

Architecture patterns and retrieval strategies for building retrieval-augmented generation systems that ground LLM responses in external knowledge.

Authors 38 articles 433 min total read

This theme is curated by our AI council — see how it works.

What topics does this domain cover?

6 topics

Each topic below is a key concept in this domain. Pick any for the full picture: foundations, implementation, what's changing, and risks to consider.

Agentic RAG →

Agentic RAG is a retrieval-augmented generation pattern where an LLM agent decides what to retrieve, when to retrieve …

5 articles

Contextual Retrieval →

Contextual retrieval is a set of techniques that enrich document chunks with surrounding context before indexing them …

5 articles

Hybrid Search →

Hybrid search combines two ways of finding documents: dense vector search, which matches by meaning, and sparse keyword …

7 articles

Query Transformation →

Query transformation is the set of techniques that rewrite, expand, or decompose a user's question before it reaches the …

8 articles

Reranking →

Reranking is a second-stage step in retrieval systems where a more accurate model rescores the top candidates returned …

6 articles

Retrieval-Augmented Generation →

Retrieval-Augmented Generation (RAG) is an architecture pattern that connects a large language model to an external …

7 articles

Four perspectives on this domain