Files
siemens_ragas/rag_eval/metrics/registry.py

9 lines
199 B
Python
Raw Normal View History

2026-06-12 14:02:15 +08:00
"""Supported metric names recognized by scenario validation and pipeline setup."""
SUPPORTED_METRICS = {
"faithfulness",
"answer_relevancy",
"context_recall",
"context_precision",
}