chatbot / routes /__init__.py
dwijverma2's picture
Upload folder using huggingface_hub
f7e9181 verified
from .ingestion import router as ingest_router
__all__ = ["ingest_router"]