docs(faq): 补充RedisDB相关问题

This commit is contained in:
zstar 2025-06-17 11:06:53 +08:00
parent f05a1f954b
commit 2199f93498
4 changed files with 4 additions and 9 deletions

View File

@ -87,9 +87,6 @@ docker compose -f docker/docker-compose.yml up -d
<img src="https://contrib.rocks/image?repo=zstar1003/ragflow-plus" /> <img src="https://contrib.rocks/image?repo=zstar1003/ragflow-plus" />
</a> </a>
## 💻 更新信息获取
目前该项目仍在持续更新中,更新日志会在我的微信公众号[我有一计]上发布,欢迎关注。
## 📜 许可证与使用限制 ## 📜 许可证与使用限制
1. **本仓库基于AGPLv3许可证** 1. **本仓库基于AGPLv3许可证**

View File

@ -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) - [v3-admin-vite](https://github.com/un-pany/v3-admin-vite)
- [minerU](https://github.com/opendatalab/MinerU) - [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 ## 📜 License and Usage Restrictions
1. **This Repository is Licensed Under AGPLv3** 1. **This Repository is Licensed Under AGPLv3**

View File

@ -8,8 +8,6 @@
- [ ] chunk关联图片修改 - [ ] chunk关联图片修改
- [ ] 关键词显性显示 - [ ] 关键词显性显示
- [ ] 中翻英适配 - [ ] 中翻英适配

View File

@ -66,6 +66,10 @@ deploy:
device_ids: ["2"] # 使用索引号指定id为2的显卡 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
--- ---