issue: Knowledge Base stops working after switching chats

该问题发生在 Open WebUI 中,用户在聊天中附加知识库后切换到其他聊天并返回时,界面显示知识库重新加载,但模型回答实际未参考知识库内容(issue: Knowledge Base stops working after switching chats)。优先排查聊天状态切换后的知识库附加状态

该问题发生在 Open WebUI 中,用户在聊天中附加知识库后切换到其他聊天并返回时,界面显示知识库重新加载,但模型回答实际未参考知识库内容(issue: Knowledge Base stops working after switching chats)。优先排查聊天状态切换后的知识库附加状态

这个报错通常发生在同时安装 transformers[torch-speech] 和 pyannote-audio==4.0.0 时,原因是 pyctcdecode 限制 numpy=2.0 。优先排查 numpy 版本,或改用维护者提供的

“Account sign-in errors in the ollama app”通常出现在 Ollama 桌面应用尝试登录账户以使用云模型时,点击 Sign In 后无反应或报错 Failed to get connect URL 。优先排查本地账户会话状态是否损坏,可尝试清理 Ollama 本

该报错发生在 ComfyUI KJNodes 的 MiniMax H3 采样流程中,原因是 _quant_query_per_thread_int8_i64_kernel 缺少 @triton.jit 装饰器,导致 Triton 无法将其作为内核启动。优先检查 nodes/ltxv_nodes.py

这个报错发生在 SwarmUI 的预设(Preset)编辑/创建界面中,表现为 textvideoframes: 25 和 videoframes: 25 两个参数被自动强制启用。优先确认 SwarmUI 当前版本并更新到包含修复的版本,因为该 Issue 已被开发者标记为 fixed。

该问题通常出现在 Gradio 使用 theme="citrus" ( gr.themes.Citrus() )并切换到深色模式时;暗色背景上仍以深色渲染 “Processing …. ” 计时文字,导致几乎不可见。优先排查当前是否使用了 Citrus 主题,并尝试切换为其他内置主题验证。
![[BUG] total_tokens omits cache reads and writes on the native Anthropic provider](https://www.chat-gpts.plus/wp-content/uploads/2026/08/6788-c50d7fc1-768x403.jpg)
该问题出现在 CrewAI 使用原生 Anthropic Provider(而非 LiteLLM 路由)且模型启用 Prompt Caching 时,`total_tokens` 没有计入 `cache_read_input_tokens` 与 `cache_creation_input_token

当客户端通过 LiteLLM MCP 网关调用工具时,如果请求 _meta 中的 progressToken 是整数类型,就会触发 TypeError: 'int' object is not subscriptable 并显示为 “Could not capture host progress c

该问题通常发生在管理员在 Open WebUI 后台禁用“知识库”访问权限后,聊天气泡的“+”菜单仍显示“Attach Knowledge”入口。优先排查前端聊天输入组件是否按权限条件渲染该按钮,并关注官方重复 Issue #16794 的修复进展。

这是 Langfuse Cloud 的已知问题,用户在 Trace 详情页点击 CSV 导出时失败,并提示 “An internal error occurred."。优先向 Langfuse 官方提供你的 Project ID 让后端排查,或改用 SDK/API 导出数据。