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.4k stars 4.67k forks source link

重新部署后,无法增加新知识库数据且所有向量检索无效,oneapi向量模型正常无调整 #889

Closed a491004300 closed 7 months ago

a491004300 commented 7 months ago

例行检查

你的版本

问题描述 fastgpt | [ERROR] 2024-02-25 10:48:13 response error: Connection terminated due to connection timeout fastgpt | { fastgpt | message: 'Connection terminated due to connection timeout', fastgpt | stack: 'Error: Connection terminated due to connection timeout\n' + fastgpt | ' at /app/projects/app/.next/server/chunks/62172.js:1:10542\n' + fastgpt | ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + fastgpt | ' at async Y (/app/projects/app/.next/server/chunks/62522.js:20:288)\n' + fastgpt | ' at async Promise.all (index 1)\n' + fastgpt | ' at async o (/app/projects/app/.next/server/pages/api/support/user/team/limit/datasetSizeLimit.js:1:2028)\n' + fastgpt | ' at async /app/projects/app/.next/server/pages/api/core/dataset/data/insertData.js:1:2959' fastgpt | } mongo | {"t":{"$date":"2024-02-25T10:48:35.175+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1708858115:175501][1:0x7f6d07813700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 503, snapshot max: 503 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 456623"}} mongo | {"t":{"$date":"2024-02-25T10:48:53.558+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn60","msg":"Connection ended","attr":{"remote":"172.25.0.3:57818","uuid":"6f3ab5cb-e241-4ecb-b09f-7bc29b32a4ca","connectionId":60,"connectionCount":21}} mongo | {"t":{"$date":"2024-02-25T10:48:53.558+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.25.0.3:58180","uuid":"1f5ff976-569f-40d1-8833-05611668850f","connectionId":77,"connectionCount":22}} mongo | {"t":{"$date":"2024-02-25T10:48:53.559+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn77","msg":"client metadata","attr":{"remote":"172.25.0.3:58180","client":"conn77","doc":{"driver":{"name":"nodejs|Mongoose","version":"5.9.1|7.6.8"},"platform":"Node.js v18.17.1, LE","os":{"name":"linux","architecture":"x64","version":"3.10.0-1062.12.1.el7.x86_64","type":"Linux"}}}} mongo | {"t":{"$date":"2024-02-25T10:48:53.560+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn77","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"username","authenticationDatabase":"admin","remote":"172.25.0.3:58180","extraInfo":{}}} 复现步骤 增加知识库新数据,或对话时涉及知识库查询 预期结果

相关截图

a491004300 commented 7 months ago

1708859563687

c121914yu commented 7 months ago

连接超时,得自己检查

a491004300 commented 7 months ago

[ERROR] 2024-02-26 03:41:28 response error: Connection terminated due to connection timeout { message: 'Connection terminated due to connection timeout', stack: 'Error: Connection terminated due to connection timeout\n' + ' at /app/projects/app/.next/server/chunks/62172.js:1:10542\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at async Y (/app/projects/app/.next/server/chunks/62522.js:20:288)\n' + ' at async Promise.all (index 1)\n' + ' at async a (/app/projects/app/.next/server/pages/api/core/dataset/data/insertData.js:1:2246)\n' + ' at async /app/projects/app/.next/server/pages/api/core/dataset/data/insertData.js:1:2959' }

我之前doc部署的是正常使用的 重新部署后就出现了这个问题

a491004300 commented 7 months ago

image