From 231ce938de7ef8ed6b896b969e8f260a0d55780b Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 22 May 2026 23:52:09 -0400 Subject: [PATCH] fix: set VECTOR_STORE_DIMENSIONS=1536 (was empty string, causing Honcho crash) --- ai/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/compose.yml b/ai/compose.yml index d844774..8064c36 100755 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -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: