added API-Endpoints for files

This commit is contained in:
Niklas Mueller 2024-06-18 20:21:04 +02:00
parent 95f8488227
commit 16e5004228
7 changed files with 207 additions and 1 deletions

View file

@ -21,3 +21,10 @@ podman-compose -f docker-compose.yaml up
### RAG-Backend
* API-Docs http://localhost:8000/docs
## Development
```
nodemon --ext '*' --exec "podman stop rag-chat-backend; podman rm rag-chat-backend; podman-compose -f docker-compose.yaml up --build"
```