mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 06:29:03 +08:00
fix: weaviate batch insert timeout (#108)
This commit is contained in:
parent
37c3b8979c
commit
8fc2663693
@ -29,7 +29,7 @@ class WeaviateVectorStoreClient(BaseVectorStoreClient):
|
|||||||
return weaviate.Client(
|
return weaviate.Client(
|
||||||
url=endpoint,
|
url=endpoint,
|
||||||
auth_client_secret=auth_config,
|
auth_client_secret=auth_config,
|
||||||
timeout_config=(5, 15),
|
timeout_config=(5, 60),
|
||||||
startup_period=None
|
startup_period=None
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user