infiniflow / ragflow

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

[Question]: [WARNING] [2024-11-26 23:44:47,011] [synonym.__init__] [line:40]: Realtime synonym is disabled, since no redis connection. [WARNING] [2024-11-26 23:44:47,037] [synonym.__init__] [line:40]: Realtime synonym is disabled, since no redis connection. [WARNING] [2024-11-26 23:44:47,723] [synonym.__init__] [line:40]: Realtime synonym is disabled, since no redis connection. [WARNING] [2024-11-26 23:44:47,745] [synonym.__init__] [line:40]: Realtime synonym is disabled, since no redis connection. #3689

Open watch-Ultra opened 6 days ago

watch-Ultra commented 6 days ago

Describe your problem

redis连接不到,ragflow-redis容器在运行,是不是回答无法实时,这个问题怎么解决呢

Mr-greenplus commented 6 days ago

我也存在这样的问题,以及在点击文本块时,点击关键字下方的启用,会导致文本块被删除

watch-Ultra commented 6 days ago

现在回答的速度特别慢

watch-Ultra commented 6 days ago

@KevinHuSh

KevinHuSh commented 6 days ago

Redis is only for file parsing tasks. You could click the lamp to check the elapsed time for every step of retrieval. image