issue: Background memory review never runs for streamed chats (assistant_message has no `content`)

在 Open WebUI 中启用 ENABLE_MEMORY_BACKGROUND_REVIEW=true 后,流式聊天(Stream Chat Response)的对话永远不会触发背景记忆审查,因为流式响应处理未向 assistant_message 传入 content 字段,导致 review

在 Open WebUI 中启用 ENABLE_MEMORY_BACKGROUND_REVIEW=true 后,流式聊天(Stream Chat Response)的对话永远不会触发背景记忆审查,因为流式响应处理未向 assistant_message 传入 content 字段,导致 review

Open WebUI 通过 IIS/ARR 反向代理访问时, /api/chat/completions 请求挂起,通常是因为 WebSocket 连接建立失败(例如 ENABLE_WEBSOCKET=true 但代理未正确传递 WebSocket 握手),导致前端回退到 SSE 流式传输,而 AR
![[testing] making network tests more reliable](https://www.chat-gpts.plus/wp-content/uploads/2026/07/12061-08a35669-768x403.jpg)
该报错通常发生在 Transformers 测试套件或下载 Hub 资源时遇到网络瞬时故障(如 502/500/403 错误)。优先在下载 API 中启用自动重试机制,设置 try_times=3 和 try_sleep_secs=1 。

此报错通常出现在从 n8n 2.27.x 升级到 2.28.x+ 后,Nextcloud 节点执行文件/文件夹列表操作时,提示 Invalid URL: missing "//" after protocol 。优先排查节点配置中路径是否以斜杠开头(尝试去掉前导斜杠),同时检查凭据中的 WebDAV

该报错通常出现在 Ollama 模型卸载后 VRAM 无法回降、状态卡在 Stopping... 的场景。优先排查 ollama_llama_server 子进程是否残留,以及客户端(如 n8n)是否过早断开连接。

使用 SeedVR2 7B Int8 模型进行图像放大(Upscale Image Template Workflow)时,VAE 模型存放路径错误导致工作流找不到文件。优先将 ComfyUI 更新到最新版本即可修复。
![[BUG]: MCP servers with nested params in input_schema crash an Anthropic agent](https://www.chat-gpts.plus/wp-content/uploads/2026/07/3938-72cf4071-768x403.jpg)
当 MCP 工具定义的输入参数(input_schema)包含 pydantic 嵌套模型时,Anthropic agent 调用会崩溃。优先排查是否使用了嵌套的 BaseModel,并尝试将参数扁平化。
![[BUG]: Can only use TXT files from linked directory [possible bug or unclear documentation]](https://www.chat-gpts.plus/wp-content/uploads/2026/07/6041-94550219-768x403.jpg)
这个报错([BUG]: Can only use TXT files from linked directory [possible bug or unclear documentation])通常发生在用户通过 Docker 映射外部文件目录到 AnythingLLM 后,Agent 尝试直接总结
![[bug]: triton not found; flop counting will not work for triton kernels](https://www.chat-gpts.plus/wp-content/uploads/2026/07/9372-401df1af-768x403.jpg)
该 warning 出现在 InvokeAI 启动时,由 PyTorch 的 FLOP 计数器导入时检查 triton 是否安装导致。InvokeAI 自身不使用 FLOP 计数,因此该 warning 完全无害,可以忽略。如果介意,可安装 triton-windows 消除 warning。
![[Bug]: Ragflow would NOT create the es index if the document no parsing and throw error: no chunk found](https://www.chat-gpts.plus/wp-content/uploads/2026/07/8221-f99094b8-768x403.jpg)
该报错发生在 RAGFlow 创建空文档(或未解析文档)后,点击查看 Chunks 页面时,由于 Elasticsearch 索引尚未创建,返回 NotFoundError(404, 'index_not_found_exception') 。优先检查文档是否已完成解析,或确认知识库对应的 ES 索