dosubot[bot]
dosubot[bot]
Metadata filtering using the `metadata_condition` parameter is not supported in RAGFlow v0.21.0 or earlier stable releases. This feature was added after September 2025—specifically, it is available in versions that include...
The metadata_condition parameter for filtering during retrieval is fully supported and effective in the RAGFlow SDK starting from version v0.22.0 (released November 12, 2025). In this version and later, you...
This blank screen issue after creating an agent in v0.21.1 is a known problem and is often caused by a frontend React bug—specifically, a hook (`useGetBeginNodeDataInputs` in `use-get-begin-query.tsx`) returns a...
To fix the blank screen issue after agent creation, you need to stabilize the output of the `useGetBeginNodeDataInputs` hook in `web/src/pages/agent/hooks/use-get-begin-query.tsx`. The problem is that the hook returns a new...
Hi @SnCecilia! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ragflow team. The bug in the /file/create API is caused by reading the async JSON request body multiple times and mixing coroutine...
Hi @fwt11! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ragflow team. This issue happens because the generated HTML checks for messages from `http://10.10.10.123:9222`, but the iframe actually loads from port 81....
Hi @yliu-parta! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the langfuse team. This is a current limitation of the OpenTelemetry instrumentation for Anthropic tool calling. The missing tool name and arguments in...
Right now, manual instrumentation for tool calls is needed at each call site when using Anthropic with OpenTelemetry and Langfuse—there’s no built-in way to globally wrap the Anthropic client so...
Hey @kenxt! 👋 I'm here to help you with any bugs, questions, or contributions you have for Dify. Let's squash those bugs together! The error you're encountering, "MissingContentLength," typically occurs...
Hello @imhdone, I'm here to assist you with any bugs, questions, or feature requests you have. I can help you with solving bugs and answering questions, and I can also...