mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
feat: add min-connection and max-connection for pgvector (#8841)
This commit is contained in:
@@ -18,6 +18,8 @@ class PGVectorTest(AbstractVectorTest):
|
||||
user="postgres",
|
||||
password="difyai123456",
|
||||
database="dify",
|
||||
min_connection=1,
|
||||
max_connection=5,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user