DolphinSh

Results 4 comments of DolphinSh

> > 按照官网的操作, cd ragflow docker compose -f docker/docker-compose.yml up -d 会导致es或infinity容器不启动。 必须如下操作 cd ragflow/docker docker compose -f docker-compose.yml up -d > > 对,这就是我总结表达的意思 是的,我就奇怪怎么启动不了es 或者 infinity。我就单独启动了一个es 或者infintiy。 `docker compose...

我也是ubuntu24.04,弄了一下午了,issues看来看去也没找到类似错误,直到我刚看到你的报告,但是我全部组件都能正常运行,也能启动RAGFlow,进web操作页面,我的问题表现出来不一样,目前试出来的问题有1、无法添加LLM模型,点击后按钮出现loading状态后无反应,看到发送了网络请求,但是请求没得到回复 2、无法进行聊天对话,我部署的带模型的版本,表现状态为点击后无反应。 ragflow-server日志一直报错RedisDB.queue_info rag_flow_svr_queue got exception: no such key,如下, `2025-02-15 16:55:48,423 INFO 17 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-02-15T16:55:48.421+08:00", "boot_at": "2025-02-15T16:47:18.011+08:00", "pending": 0, "lag": 0, "done": 0, "failed": 0,...

又研究了一下,在虚拟部署Rocky Linux v9.5 系统,部署ragflow v0.16.0-slim版本,启动后依然是一样的错误,提示 RedisDB.queue_info rag_flow_svr_queue got exception: no such key。能进web页面,实现注册和登录、llm大模型只能添加ollama,实现文档解析,和对话聊天。试了OpenAI-API-Compatible、SILICONFLOW,无法添加。

> `no such key` is a warning log which can be ignored. Check the status of redis. > > ![Image](https://github.com/user-attachments/assets/06059cc8-e8e0-4dfd-b85f-121bf06102c2) First of all, thank you very much for your response....