dosubot[bot]
dosubot[bot]
You are correct—metadata filtering in RAGFlow v0.22.1 is unreliable and often does not work as expected, even if you use the correct filter structure and update document metadata. This is...
在 HugeGraph 1.5.0 + HStore 分布式环境下,数据不同步常见原因主要有以下几类: 1. **配置不一致**:PD 和 Store 节点的 initial-store-list、raft peers-list、端口、IP 必须完全一致,且所有节点网络互通,否则分区分配和 raft 协议会异常,导致数据不同步。[详细说明](https://github.com/apache/incubator-hugegraph/issues/2716) 2. **分区未分配**:1.5.0 版本不会在服务启动或 schema/graph 创建时自动分配分区,必须等所有 PD/Store 节点注册、raft 选主完成后,由内部任务或手动 API 触发分区分配。可通过 PD 的 REST API...
Hi @lizibin565758! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ragflow team. The error happens because RAGFlow requires rerank models to be explicitly registered and authorized for your tenant, even if they...
You need to set `prompt.put("rerank_model", "BAAI/bge-reranker-v2-m3")`—just the base model name, without any suffix or `@HuggingFace`. This is the value the backend expects and matches against its internal list of allowed...
To fix the "laws" chunking so that no chunk exceeds 6000 characters and each chunk overlaps the previous by 10%, add a helper function after the initial chunking step (after...
To modify the "laws" chunking method for .txt files so that no chunk exceeds 6000 characters and each chunk overlaps the previous by 10%, you need to edit the chunking...
You should add the code immediately after the line res = tree_merge(bull, sections, 2) in the chunk function inside rag/app/laws.py, specifically in the branch that handles .txt files. There is...
PyICU is explicitly listed as a dependency in the `pyproject.toml` file with the version constraint `>=2.13.1,
There’s no documented case of Ragflow being deployed directly with an ASGI server like Uvicorn or Hypercorn in production. The MCP server is a Starlette-based ASGI app and is designed...
The error means your VPS environment doesn't allow mounting tmpfs, which is required for boot-to-talos to work. This restriction is common on container-based VPS platforms (like LXC or OpenVZ), but...