Update example_08_eval_rag_quality.md

This commit is contained in:
PSBigBig × MiniPS 2026-02-26 16:39:39 +08:00 committed by GitHub
parent 0dc6983344
commit cfdfdbc7f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,11 @@
# Example 08 — Evaluate RAG Quality (Precision, Refusal, Citations)
> **Evaluation disclaimer (example RAG quality)**
> The scores in this example come from one concrete RAG setup and prompt design.
> They are meant to show how to run an evaluation, not to claim that any model or stack is globally better.
---
**Goal**
Measure RAG quality with **deterministic, SDK-free** metrics so you stop guessing. We score **answer precision**, **refusal behavior** (over/under-refusal), and **citation hit rate** from traces you already generate in Examples 0103.