在线ragflow知识库出现错误 #13882
Replies: 1 comment 2 replies
-
|
Hi @hjy1723466619-prog! I'm Dosu and I’m helping the ragflow team. 你遇到的几个问题在之前的 issue 和 PR 中有相关记录,这里提供一些排查思路: 关于文件解析成功但在知识库中消失:这是一个已知的元数据与实际数据不同步的问题。常见原因包括:批量解析时 Elasticsearch 资源饱和导致静默失败(状态显示 SUCCESS 但实际 chunk 数为 0),或者重新解析文件时参数变更导致 chunk 数据被清除但元数据未正确更新 [1] [2]。建议:
关于 "1894 tasks are ahead in the queue":这通常是 Redis 消费者组状态异常导致的。可以通过以下步骤重置 [4]: docker exec -it ragflow-redis /bin/bash
redis-cli -a infini_rag_flow同时确认 task_executor 进程正在正常运行,可以在系统界面查看或检查后端日志。 关于删除知识库报错 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
1.在ragflow中的知识库内有多个文件,且已经解析完毕,在文件管理中也能看到,但在知识库内却无法显示
2.新建知识库、导入文件然后解析,文件同样会消失
3.新解析的文件显示日志“1894 tasks are ahead in the queue...”
4.ragflow删除新建的知识库时,会显示错误弹窗:AttributeError("'RAGFlowGCS' object has no attribute 'rm_bucket'")
Beta Was this translation helpful? Give feedback.
All reactions