6 lines
239 B
Python
6 lines
239 B
Python
|
|
"""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.
|
||
|
|
"""
|