first commit
This commit is contained in:
5
rag_eval/metrics/__init__.py
Normal file
5
rag_eval/metrics/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Metric pipeline construction helpers."""
|
||||
|
||||
from .factory import build_metric_pipeline
|
||||
|
||||
__all__ = ["build_metric_pipeline"]
|
||||
Reference in New Issue
Block a user