You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.17.0 (2026-06-03)
Breaking Changes
Updated EVALUATOR_NAME_METRICS_MAPPINGS so document_retrieval and rouge_score report single primary metrics (document_retrieval, rouge), with previous sub-metrics now represented in each evaluator's *_properties payload.
Bugs Fixed
Fixed format_llm_response raising UnboundLocalError when inputs was not provided by ensuring sample_input is always initialized.