Unverified Commit 8fc26636 authored by John Wang's avatar John Wang Committed by GitHub

fix: weaviate batch insert timeout (#108)

parent 37c3b897
...@@ -29,7 +29,7 @@ class WeaviateVectorStoreClient(BaseVectorStoreClient): ...@@ -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
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment