fix: weaviate batch insert timeout (#108)

pull/113/head
John Wang 3 years ago committed by GitHub
parent 37c3b8979c
commit 8fc2663693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save