Files
siemens_ragas/rag_eval/__init__.py

6 lines
133 B
Python
Raw Permalink Normal View History

2026-06-12 14:02:15 +08:00
"""Public package exports for the RAG evaluation toolkit."""
from .execution.runner import run_scenario
__all__ = ["run_scenario"]