ソースを参照

fix: weaviate batch insert timeout (#108)

tags/0.2.2
John Wang 2年前
コミット
8fc2663693
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      api/core/vector_store/weaviate_vector_store_client.py

+ 1
- 1
api/core/vector_store/weaviate_vector_store_client.py ファイルの表示

@@ -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
)


読み込み中…
キャンセル
保存