From 2199f934983b58c397bee78bc5f72e60427989fb Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:06:53 +0800 Subject: [PATCH] =?UTF-8?q?docs(faq):=20=E8=A1=A5=E5=85=85RedisDB=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 --- README_EN.md | 4 ---- docs/development/README.md | 2 -- docs/question/README.md | 4 ++++ 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 059b89f..282eef9 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,6 @@ docker compose -f docker/docker-compose.yml up -d -## 💻 更新信息获取 - -目前该项目仍在持续更新中,更新日志会在我的微信公众号[我有一计]上发布,欢迎关注。 ## 📜 许可证与使用限制 1. **本仓库基于AGPLv3许可证** diff --git a/README_EN.md b/README_EN.md index c5c15c0..3052eb9 100644 --- a/README_EN.md +++ b/README_EN.md @@ -107,10 +107,6 @@ This project is developed based on the following open-source projects: - [v3-admin-vite](https://github.com/un-pany/v3-admin-vite) - [minerU](https://github.com/opendatalab/MinerU) -## 💻 Stay Updated - -This project is under continuous development. Update logs will be posted on my WeChat public account **[我有一计]** — feel free to follow! - ## 📜 License and Usage Restrictions 1. **This Repository is Licensed Under AGPLv3** diff --git a/docs/development/README.md b/docs/development/README.md index 1592b78..873440b 100644 --- a/docs/development/README.md +++ b/docs/development/README.md @@ -8,8 +8,6 @@ - [ ] chunk关联图片修改 - - - [ ] 关键词显性显示 - [ ] 中翻英适配 diff --git a/docs/question/README.md b/docs/question/README.md index 4f30452..687cbec 100644 --- a/docs/question/README.md +++ b/docs/question/README.md @@ -66,6 +66,10 @@ deploy: device_ids: ["2"] # 使用索引号指定id为2的显卡 ``` +## 问题 10:日志出现警告:RedisDB.queue_info rag_flow_svr_queue got exception:no such key + +**回答:** Ragflow原生解析器心跳触发的问题,不影响正常使用,可忽略,官方回答可参考:https://github.com/infiniflow/ragflow/issues/6700 + ---