mirror of
https://github.com/Cian-H/openwebui_engineering_assistant.git
synced 2025-12-22 20:51:57 +00:00
Removed chromadb
It was causing more trouble than it saved
This commit is contained in:
@@ -48,10 +48,6 @@ services:
|
|||||||
RAG_WEB_SEARCH_RESULT_COUNT: 3
|
RAG_WEB_SEARCH_RESULT_COUNT: 3
|
||||||
RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 10
|
RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 10
|
||||||
SEARXNG_QUERY_URL: http://searxng:8080/search?q=<query>
|
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 caching config
|
||||||
REDIS_URL: redis://valkey:6379/0
|
REDIS_URL: redis://valkey:6379/0
|
||||||
ENABLE_WEBSOCKET_SUPPORT: True
|
ENABLE_WEBSOCKET_SUPPORT: True
|
||||||
@@ -115,23 +111,6 @@ services:
|
|||||||
max-size: "1m"
|
max-size: "1m"
|
||||||
max-file: "1"
|
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:
|
valkey:
|
||||||
image: docker.io/valkey/valkey:8.0.1-alpine
|
image: docker.io/valkey/valkey:8.0.1-alpine
|
||||||
container_name: valkey
|
container_name: valkey
|
||||||
|
|||||||
Reference in New Issue
Block a user