dosubot[bot]

Results 14142 comments of dosubot[bot]

To set up the Ollama cloud API in the RAGFlow demo, make sure you fill out the model configuration form with these key details: - **Model type**: Select the type...

Hi @chneau! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the pdfme team. This error happens because in the current code, `cloneDeep` is defined as `export const cloneDeep = structuredClone;` in `helper.ts`—this assigns...

Hi @danarent007! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the dify team. This bug with Parameter Extractor not expanding templated variables in the "Instruction" field is confirmed to affect both self-hosted and...

你的报错是因为 hstore 后端没有自动初始化认证所需的 `~user` 顶点类型(vertex label),导致认证流程找不到该 schema 并抛出异常,所以也不会提示你输入 admin 密码。 你可以手动用 REST API 创建认证所需的 schema,步骤如下: 1. 先用 REST API 创建 property key(属性): ```json POST http://:/graphs/hugegraph/schema/propertykeys Content-Type: application/json {"name":"~user_name","data_type":"TEXT","cardinality":"SINGLE"} ``` 依次创建...

Hi, @sweetbbak. I'm [Dosu](https://dosu.dev), and I'm helping the desktop team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - Issue with mouse history back and forward buttons...

This error is a known issue in Dify Cloud v1.9.2 and is already tracked in issue #1542. The root cause is a DNS/network configuration problem with the sandbox service used...

The "Zoom Node Level of Detail" setting controls when nodes switch to simplified rendering as you zoom out, based on their font size. This only affects how much detail is...

Thanks for confirming it happens on native nodes too. Based on recent changes, the selection and copy/paste logic should not depend on node type, LOD, or hidden widgets/slots. The selection...

Your findings line up with what’s visible in the code and recent changes: copy/paste should be independent of zoom, but the selection and clipboard logic rely on accurate pointer-to-canvas transforms....

Hi @wyssyw! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ant-design-charts team. 是的,节点用图片在图可视化和 UI 设计里都很常见,很多库(包括 Ant Design 的 Tree 组件和 ant-design-charts 的 RadialTreeGraph/Dendrogram)都支持这种做法,通常通过设置节点类型为 image 并指定图片地址来实现美观效果。[相关讨论](https://github.com/ant-design/ant-design-charts/issues/1489) 节点展开收起(collapse-expand)也是树图/知识图谱等场景的标准交互,用户普遍期望图片节点也能正常支持这个功能。[相关文档](https://ant.design/components/tree-cn) 不过 ant-design-charts 2.x 目前确实有一些已知 bug,比如频繁展开收起图片节点时,src 可能为...