Files
siemens_ragas/rag_eval/metrics/__init__.py

6 lines
125 B
Python
Raw Permalink Normal View History

2026-06-12 14:02:15 +08:00
"""Metric pipeline construction helpers."""
from .factory import build_metric_pipeline
__all__ = ["build_metric_pipeline"]