What can go wrong in a RAG pipeline?medium

Type
conceptual
Topic
go-wrong-rag-pipeline
Frequency
common
Tags
go, wrong, rag, pipeline
Answer

Bad ingestion, poor retrieval, stale data, noisy context, and weak prompts can fail the system.

Explanation

RAG failures can come from every stage, so evaluation should separately measure retrieval, grounding, answer quality, and citations.

Follow-upHow would you debug a wrong RAG answer?