--- title: "MES RAG Chatbot" emoji: "🤖" colorFrom: "gray" colorTo: "blue" sdk: "docker" sdk_version: "0.0.1" app_file: "app.py" pinned: false --- This Hugging Face Space runs the MES RAG Chatbot using a custom Docker container. - Python 3.13 slim image - All dependencies are in `requirements.txt` - `app.py` launches the FastAPI server - Pre-built vector stores are included in the repository (if any) You can push updates to this branch (`hf-deploy`) to update the deployed space. Use 'git push hf hf-deploy:main --force' to push from the branch.