Skip to content
58 articles

RAG & Information Retrieval

RAG is the most frequently deployed architecture in enterprise AI, because a company's knowledge lives in its documents, not inside the model. This cluster covers every link in the RAG chain — from chunking strategy and embedding model selection to hybrid search, reranking and evaluation.

Definition
RAG & Information Retrieval
RAG (Retrieval-Augmented Generation) is the architecture in which a language model retrieves relevant passages from an organization's own documents and adds them to context before answering — so it is not limited to training data and can ground its answer in a source.
Wikidata: Q121276171

What this cluster covers

  • Chunking strategies
  • Embedding model selection
  • Vector databases & pgvector
  • Hybrid search & reranking
  • RAG evaluation & metrics
  • Metadata design
Recent

Latest in this cluster

Complete index

All 58 articles in this cluster

Grouped by format, newest first within each group.

Comparisons & Decision Guides15

Implementation Guides10

Deep Dives22

Go deeper

RAG (Retrieval-Augmented Generation) Architecture

RAG (Retrieval-Augmented Generation) is an architecture that grounds large-language-model answers in chunks retrieved from the organization's own documents or data sources, providing both freshness and citations.

Other clusters

All blog

Or browse by format across all topics