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

知识库检索出来了不存在的数据 #2495

Closed SDAIer closed 1 month ago

SDAIer commented 1 month ago

4.8.9 知识库检索出来了不存在的数据,但这个数据的确是我的,有可能之前通过接口测试的,但是为什么在知识库中看不到这条数据,而且通过搜索测试提示未知来源,而且点击编辑提示Collection is not exist

image

c121914yu commented 1 month ago

看以前更新,有清理脏数据脚本。如果服务器有长时间停机(超过 3 小时),定时清理会终端,需要手动执行。

SDAIer commented 1 month ago

多谢,这个脚本是不是定期自动执行,不需要人工操作

JP @.***

 

------------------ 原始邮件 ------------------ 发件人: "labring/FastGPT" @.>; 发送时间: 2024年9月12日(星期四) 上午9:44 @.>; @.**@.>; 主题: Re: [labring/FastGPT] 知识库检索出来了不存在的数据 (Issue #2495)

Closed #2495 as completed.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

c121914yu commented 1 month ago

多谢,这个脚本是不是定期自动执行,不需要人工操作

JP @.***

 

------------------ 原始邮件 ------------------ 发件人: "labring/FastGPT" @.>; 发送时间: 2024年9月12日(星期四) 上午9:44 @.>; @.**@.>; 主题: Re: [labring/FastGPT] 知识库检索出来了不存在的数据 (Issue #2495)

Closed #2495 as completed.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

每小时执行一次。不过只会处理最近几个小时的数据,不是全量扫描,所以如果停机的话就不太准了。