Removed chromadb

It was causing more trouble than it saved
This commit is contained in:
2025-05-23 11:54:39 +01:00
parent 2648053125
commit d6194e0235

View File

@@ -48,10 +48,6 @@ services:
RAG_WEB_SEARCH_RESULT_COUNT: 3
RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 10
SEARXNG_QUERY_URL: http://searxng:8080/search?q=<query>
# ChromaDB RAG config
VECTOR_DB: chroma
CHROMA_HTTP_HOST: http://chroma:8000
CHROMA_HTTP_PORT: 8000
# Redis caching config
REDIS_URL: redis://valkey:6379/0
ENABLE_WEBSOCKET_SUPPORT: True
@@ -115,23 +111,6 @@ services:
max-size: "1m"
max-file: "1"
chroma:
image: docker.io/chromadb/chroma:0.5.4
container_name: chroma
volumes:
- chroma:/data
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:8000/api/v1" ]
interval: 30s
timeout: 10s
retries: 3
networks:
- webui
environment:
IS_PERSISTENT: True
ANONYMIZED_TELEMETRY: True
restart: unless-stopped
valkey:
image: docker.io/valkey/valkey:8.0.1-alpine
container_name: valkey