first commit
This commit is contained in:
5
rag_eval/reporting/__init__.py
Normal file
5
rag_eval/reporting/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Reporting helpers that write evaluation outputs to disk."""
|
||||
|
||||
from .writers import write_run_artifacts
|
||||
|
||||
__all__ = ["write_run_artifacts"]
|
||||
Reference in New Issue
Block a user