feat: add min-connection and max-connection for pgvector (#8841)
This commit is contained in:
parent
c828a5dfdf
commit
55e6123db9
5 changed files with 28 additions and 2 deletions
|
|
@ -18,6 +18,8 @@ class PGVectorTest(AbstractVectorTest):
|
|||
user="postgres",
|
||||
password="difyai123456",
|
||||
database="dify",
|
||||
min_connection=1,
|
||||
max_connection=5,
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue