basic backend

This commit is contained in:
Niklas Mueller 2024-06-23 12:57:53 +02:00
parent 16e5004228
commit 89ec0476ca
29 changed files with 2125 additions and 13 deletions

View file

@ -28,3 +28,9 @@ podman-compose -f docker-compose.yaml up
```
nodemon --ext '*' --exec "podman stop rag-chat-backend; podman rm rag-chat-backend; podman-compose -f docker-compose.yaml up --build"
```
## TODO
* Chunking Parameters (size/overlapp) into settings
* Modell Selection into settings