Report-Genius / backend /__init__.py
StormShadow308's picture
Deploy RICS v2 backend (CPU embedder + reranker, baked jina models)
a671976
Raw
History Blame Contribute Delete
319 Bytes
"""Template-agnostic RICS report backend (v2).
The v2 backend treats report structure as data discovered from an operator-provided
master template, rather than from a hardcoded RICS section registry. See the package
README for the deployment model and module map.
"""
__all__ = ["__version__"]
__version__ = "2.0.0"