visual-rag-toolkit / demo /__init__.py
Yeroyan's picture
Sync with v0.1.4
de13ab3 verified
raw
history blame contribute delete
204 Bytes
"""
Demo application for Visual RAG Toolkit.
A Streamlit-based UI for:
- Uploading and indexing PDFs
- Running benchmark evaluations
- Interactive playground for visual search
"""
__version__ = "0.1.4"