dosubot[bot]
dosubot[bot]
The most common reasons for not being able to retrieve content from a selected knowledge base in ragflow Chat are: - The knowledge base does not have any parsed documents...
If the search test in the knowledge base doesn't return results for unique content, it's usually due to one of these issues: the documents weren't fully parsed or embedded, the...
Hi @github-eliviate! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ragflow team. 你的报错是因为 rerank_id 没有被正确注册或授权给当前 tenant。rerank_id 必须和后台注册的模型名称完全一致,通常需要带上厂商后缀,比如 `bge-reranker-v2-m3@VLLM` 或 `bge-reranker-v2-m3___VLLM`,而不是直接用 `bge-reranker-v2-m3`。你可以在 UI 的“Retrieval Testing”页面的“Rerank model”下拉菜单里看到所有有效的 rerank_id,只有这些才是被授权的模型 ID【参考1】。 如果你用的是自定义或本地部署的模型,需要管理员在后台(比如通过 /add_llm 接口或管理界面)为当前 tenant 注册并启用...
In RAGFlow, an agent can call other defined agents by configuring them as tools or sub-agents in your workflow. The lead agent loads its sub-agents as tools (using the `tools`...
Here's a concrete example and best practices for multi-agent workflows in RAGFlow: **Concrete Configuration Example** You can configure a lead agent to orchestrate sub-agents as tools using the `tools` field....
To implement a hierarchical workflow where a lead agent calls subagents-1, which then calls subagents-2, you define each agent inline as a tool in the configuration. Agents are not referenced...
Hi, @parambharat. I'm [Dosu](https://dosu.dev), and I'm helping the Dify team manage their backlog. I'm marking this issue as stale. **Issue Summary** - Request to integrate a WandB Weave Tracer into...
הבעיה שאתה מתאר עשויה להיות קשורה לאופן שבו מנוהל מצב הגלילה בעת מעבר בין כרטיסיות. ב-אוצריא, מצב הספר הנוכחי ומיקום הגלילה מנוהלים באמצעות `TextBookBloc` בתוך מחלקת `TextBookTab`. כאשר כרטיסיית ספר...
Hi @sureshkalal1990! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the Stirling-PDF team. The 404 error on /login/oauth2/code/keycloak is caused by missing or invalid OAuth2 configuration. Stirling-PDF expects environment variables with the SECURITY_OAUTH2_...
This was a known issue, but it's now fixed in Langfuse Cloud. As of version 3.79.1, the playground supports using both tools and structured output together—recent updates have improved parsing...