added API-Endpoints for files
This commit is contained in:
parent
95f8488227
commit
16e5004228
7 changed files with 207 additions and 1 deletions
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue