mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-07 15:38:27 +08:00
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…
x
Reference in New Issue
Block a user