FreeRag / src /__init__.py
GitHub Actions
Deploy from GitHub Actions
c9622da
raw
history blame contribute delete
132 Bytes
"""FreeRAG - A modular RAG system using Phi-3.5-mini."""
from src.config import Config
__version__ = "0.1.0"
__all__ = ["Config"]