mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
Merge branch 'main' into fix/chore-fix
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