v0.6.0
Summary
Backend expansion release.
Added
- Added Ragas scoring backend through
evaluate --backend ragasand theproofrag[ragas]extra. - Added Ragas faithfulness and factual correctness scoring using the configured LLM provider.
- Added Ragas answer relevancy when OpenAI-compatible embeddings are configured.
- Updated DeepEval support to deepeval 4.0.6.
- Preserved DeepEval metric reasons in record rationales for scorecard notes.
- Added golden set validation with schema checks, duplicate detection, source coverage, strict mode, JSON reports, and stable fingerprints.
- Added
proofrag runprediction adapters for HTTP endpoints and Python callables. - Added CI markdown summaries and automatic scorecard/results artifacts.
Changed
- Updated plugin metadata to 0.6.0.
- Updated changelog comparison links for recent releases.
Verification
- PR checks passed on Python 3.11, 3.12, and 3.13.