Files
siemens_ragas/webapp/__init__.py
T

6 lines
239 B
Python
Raw Normal View History

"""Lightweight FastAPI web console layered on top of the rag_eval platform.
This package is additive and non-invasive: it imports rag_eval as a library and
reads run artifacts from disk. It never modifies the core evaluation modules.
"""