Compare commits

...

1 Commits

Author SHA1 Message Date
231ce938de fix: set VECTOR_STORE_DIMENSIONS=1536 (was empty string, causing Honcho crash)
Some checks failed
Build Hermes agent / build (pull_request) Has been cancelled
Build ollama (gfx906) / build (pull_request) Has been cancelled
2026-05-22 23:52:09 -04:00

View File

@@ -173,7 +173,7 @@ services:
- CACHE_URL=redis://honcho-redis:6379/0
- CACHE_ENABLED=true
- EMBEDDING_VECTOR_DIMENSIONS=1536
- VECTOR_STORE_DIMENSIONS=
- VECTOR_STORE_DIMENSIONS=1536
volumes:
- /mnt/HoardingCow_docker_data/Honcho/data:/app/data
networks: