File size: 555 Bytes
5165462
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2465d31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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.