Overview
Ragas-style metrics for LLM answers grounded in retrieved context.
Why it matters
Faithfulness catches hallucination; context precision catches retrieval bloat. Track both or you're flying blind.
Where this sits in the stack
Generation metrics — faithfulness, answer relevance, context precision is one of the load-bearing decisions in a KG/RAG/agent system: choices made here propagate to retrieval quality, agent reliability, cost per query, and the on-call burden of whoever ships it. Teams that name this trade-off explicitly ship faster than teams that leave it implicit.