fix: set EMBEDDING_VECTOR_DIMENSIONS=1536 (match existing DB columns)
This commit is contained in:
@@ -172,6 +172,7 @@ services:
|
||||
- DB_CONNECTION_URI=postgresql+psycopg://honcho:honcho_pass@honcho-db:5432/honcho
|
||||
- CACHE_URL=redis://honcho-redis:6379/0
|
||||
- CACHE_ENABLED=true
|
||||
- EMBEDDING_VECTOR_DIMENSIONS=1536
|
||||
volumes:
|
||||
- /mnt/HoardingCow_docker_data/Honcho/data:/app/data
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user