Merge branch 'main' into fix/chore-fix

This commit is contained in:
Yeuoly
2024-09-28 20:18:28 +08:00
110 changed files with 1622 additions and 189 deletions

View File

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