feat: add min-connection and max-connection for pgvector (#8841)

This commit is contained in:
zhuhao 2024-09-27 18:16:20 +08:00 committed by GitHub
commit 55e6123db9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 2 deletions

View file

@ -18,6 +18,8 @@ class PGVectorTest(AbstractVectorTest):
user="postgres",
password="difyai123456",
database="dify",
min_connection=1,
max_connection=5,
),
)