mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-29 10:13:20 +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",
|
||||
json=data,
|
||||
stream=True,
|
||||
timeout=False,
|
||||
timeout=None,
|
||||
)
|
||||
return self._httpx_stream2generator(response, as_json=True)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user