labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
18.56k stars 4.9k forks source link

知识库切换索引60秒超时 #3221

Open chung1912 opened 2 days ago

chung1912 commented 2 days ago

例行检查

你的版本

问题描述, 日志截图 当知识库数量多的时候,切换索引等待时间较长,60秒超时时间似乎不够,导致无法完成切换 复现步骤

预期结果

相关截图 img_v3_02gu_bf910968-151c-4733-9fc4-34dd92c7c83g

c121914yu commented 7 hours ago

切换只会更新数据库数据,重新训练是异步的。超时的话得看资源负载,io 上限的话需要切换更高性能数据库部署模式,例如加装 etcd 或者使用云数据库。

chung1912 commented 4 hours ago

切换只会更新数据库数据,重新训练是异步的。超时的话得看资源负载,io 上限的话需要切换更高性能数据库部署模式,例如加装 etcd 或者使用云数据库。

延长超时时间有可能解决这个问题吗?比如120秒