mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 19:50:17 +00:00
Update example_08_eval_rag_quality.md
This commit is contained in:
parent
0dc6983344
commit
cfdfdbc7f4
1 changed files with 6 additions and 0 deletions
|
|
@ -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 01–03.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue