Update utils.py: correct recreate_vector_store's timeout (#1181)
This commit is contained in:
parent
71d0f7d965
commit
c82134c07b
|
|
@ -617,7 +617,7 @@ class ApiRequest:
|
||||||
"/knowledge_base/recreate_vector_store",
|
"/knowledge_base/recreate_vector_store",
|
||||||
json=data,
|
json=data,
|
||||||
stream=True,
|
stream=True,
|
||||||
timeout=False,
|
timeout=None,
|
||||||
)
|
)
|
||||||
return self._httpx_stream2generator(response, as_json=True)
|
return self._httpx_stream2generator(response, as_json=True)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue