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
17.46k stars 4.69k forks source link

到底能不能离线 #2443

Closed passwhl closed 1 month ago

passwhl commented 2 months ago

获取到docker-compose.yml和config后,docker compose up -d启动成功后 断网,再访问localhost:3000,页面加载不出来,创建应用或知识库一直处于加载中

c121914yu commented 2 months ago

没遇到~ 看网络请求,啥加载不出来

passwhl commented 1 month ago

没遇到~ 看网络请求,啥加载不出来

就部署好之后电脑网断掉 就复现了

c121914yu commented 1 month ago
image

我把 wifi 关了,看着 ok 呢,有没有更多信息?

c121914yu commented 1 month ago

发现了是 useQuery 的问题,有些机子没网的话,不会执行。它是判断是否有网络,所以内网情况下是可以,但是没配网络的话是没法请求。

c121914yu commented 1 month ago

https://github.com/labring/FastGPT/pull/2488 这个 pr 做个优化,强制没配置网络情况下也可以发出请求

passwhl commented 1 month ago

大部分解决了,知识库的创建还是存在这个不能无连接不能创建问题