What can go wrong in a RAG pipeline?medium
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?