You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
一开始是没有问题1的,只是启动的时候报错找不到redis,页面可以访问,传输文件到知识库的时候会报错Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details.,后台提示如上报错,此时zilliz云端能连通,会创建一个modeldata的collection,redis镜像正常已下载
后来出现问题1,一直联不通zilliz
例行检查
你的版本
问题描述, 日志截图,配置文件等
部署zilliz版本时
2.连接redis失败
[Error] 2025-04-23 01:56:34 Redis connection error
fastgpt | {
fastgpt | message: 'connect ECONNREFUSED 127.0.0.1:6379',
fastgpt | stack: 'Error: connect ECONNREFUSED 127.0.0.1:6379\n' +
fastgpt | ' at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)'
fastgpt | }
一开始是没有问题1的,只是启动的时候报错找不到redis,页面可以访问,传输文件到知识库的时候会报错Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details.,后台提示如上报错,此时zilliz云端能连通,会创建一个modeldata的collection,redis镜像正常已下载
后来出现问题1,一直联不通zilliz
复现步骤
下载 docker-compose-zilliz.yml
curl -o docker-compose.yml https://raw.githubusercontent.com/labring/FastGPT/main/deploy/docker/docker-compose-zilliz.yml
只修改yml内的
-MILVUS_TOKEN=页面token
预期结果
zilliz正常启动
相关截图
The text was updated successfully, but these errors were encountered: