mirror of https://github.com/langgenius/dify.git
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(
|
||||
url=endpoint,
|
||||
auth_client_secret=auth_config,
|
||||
timeout_config=(5, 15),
|
||||
timeout_config=(5, 60),
|
||||
startup_period=None
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue