modified: .env.example

modified:   config.py
	modified:   docker-compose.yml
	modified:   requirements.txt
	modified:   services/rag_service.py
This commit is contained in:
SimolZimol
2026-05-22 16:45:13 +02:00
parent b5a7abddd5
commit 9df6c67a29
5 changed files with 31 additions and 35 deletions

View File

@@ -9,7 +9,6 @@ services:
volumes:
- uploads:/app/uploads
- vectordb:/app/vectordb
- hf_cache:/app/.cache
healthcheck:
test: ["CMD", "python", "-c",
"import urllib.request; urllib.request.urlopen('http://localhost:5000/auth/login')"]
@@ -21,4 +20,3 @@ services:
volumes:
uploads:
vectordb:
hf_cache: