Merge branch 'main' into feat/external-knowledge-api

This commit is contained in:
Yi
2024-09-27 22:39:04 +08:00
5 changed files with 28 additions and 2 deletions

View File

@ -391,6 +391,8 @@ PGVECTOR_PORT=5432
PGVECTOR_USER=postgres
PGVECTOR_PASSWORD=difyai123456
PGVECTOR_DATABASE=dify
PGVECTOR_MIN_CONNECTION=1
PGVECTOR_MAX_CONNECTION=5
# pgvecto-rs configurations, only available when VECTOR_STORE is `pgvecto-rs`
PGVECTO_RS_HOST=pgvecto-rs