Explorar el Código

fix: weaviate batch insert timeout (#108)

tags/0.2.2
John Wang hace 2 años
padre
commit
8fc2663693
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      api/core/vector_store/weaviate_vector_store_client.py

+ 1
- 1
api/core/vector_store/weaviate_vector_store_client.py Ver fichero

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


Cargando…
Cancelar
Guardar