infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
11.13k stars 1.08k forks source link

[Bug]: "Can't access Redis. Please check the Redis' status." #1010

Open liuman632 opened 1 month ago

liuman632 commented 1 month ago

Is there an existing issue for the same bug?

Branch name

main

Commit ID

liuman632

Other environment information

No response

Actual behavior

点击解析数据集报错"Can't access Redis. Please check the Redis' status."

Expected behavior

No response

Steps to reproduce

选择知识库-数据集,选择已经上传的文件,点击解析状态栏刷新或者启动图标,提示错误"Can't access Redis. Please check the Redis' status."

Additional information

for t in tsks: assert REDIS_CONN.queue_product(SVR_QUEUE_NAME, message=t), "Can't access Redis. Please check the Redis' status."

assert的作用可以需要看一下

guoyuhao2330 commented 1 week ago

You can check to see if the redis service in docker is working properly