fix: suppress deprecation warning for VECTOR_STORE_DIMENSIONS
This commit is contained in:
@@ -173,6 +173,7 @@ services:
|
|||||||
- CACHE_URL=redis://honcho-redis:6379/0
|
- CACHE_URL=redis://honcho-redis:6379/0
|
||||||
- CACHE_ENABLED=true
|
- CACHE_ENABLED=true
|
||||||
- EMBEDDING_VECTOR_DIMENSIONS=1536
|
- EMBEDDING_VECTOR_DIMENSIONS=1536
|
||||||
|
- VECTOR_STORE_DIMENSIONS=
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/HoardingCow_docker_data/Honcho/data:/app/data
|
- /mnt/HoardingCow_docker_data/Honcho/data:/app/data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user