fix_embedding_dims_to_1024_match_db
This commit is contained in:
@@ -173,7 +173,7 @@ services:
|
|||||||
- DB_CONNECTION_URI=postgresql+psycopg://honcho:honcho_pass@honcho-db:5432/honcho
|
- DB_CONNECTION_URI=postgresql+psycopg://honcho:honcho_pass@honcho-db:5432/honcho
|
||||||
- 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=1024
|
||||||
- AUTH_USE_AUTH=true
|
- AUTH_USE_AUTH=true
|
||||||
- AUTH_JWT_SECRET=${HONCHO_AUTH_JWT_SECRET}
|
- AUTH_JWT_SECRET=${HONCHO_AUTH_JWT_SECRET}
|
||||||
# Needed by deriver/dream to make LLM calls (api_key_env = "HONCHO_OPENAI_API_KEY" in config.toml)
|
# Needed by deriver/dream to make LLM calls (api_key_env = "HONCHO_OPENAI_API_KEY" in config.toml)
|
||||||
|
|||||||
Reference in New Issue
Block a user