Show HN:OpenKnowledge – Obsidian/Notion 的开源 AI 优先替代品

针对团队协作场景,开发者推出了一款名为 OpenKnowledge 的开源 MacOS 应用,意图成为 Obsidian/Notion 的“AI 优先”替代品。其核心卖点是:支持所见即所得(WYSIWYG)的 Markdown 编辑、无缝集成 Claude/Codex/Cursor 等 AI 桌面端工具,并通…

针对团队协作场景,开发者推出了一款名为 OpenKnowledge 的开源 MacOS 应用,意图成为 Obsidian/Notion 的“AI 优先”替代品。其核心卖点是:支持所见即所得(WYSIWYG)的 Markdown 编辑、无缝集成 Claude/Codex/Cursor 等 AI 桌面端工具,并通…
![[Bug]: MTP Speculative Decoding with NVFP4: Weight Shape Mismatch](https://www.chat-gpts.plus/wp-content/uploads/2026/06/35031-2c47d432-768x403.jpg)
用户在 vLLM 中运行 nvidia/Qwen3-Next-80B-A3B-Instruct-NVFP4 模型,启用 NVFP4 量化与 MTP 投机解码(speculative decoding)时,模型加载阶段抛出 AssertionError (权重形状不匹配)。该问题同时存在于多个环境(N
![[Bug]: Gemma 4 (31B / 26B-A4B) generates infinite repetition loops, especially with structured output (JSON schema)](https://www.chat-gpts.plus/wp-content/uploads/2026/06/40080-e1044c70-768x403.jpg)
该问题在 vLLM 中通过 OpenAI 兼容 API 或直接使用 response_format=json_schema 参数调用 Gemma 4 系列模型(包括 31B 和 26B-A4B 指令版)时触发。受结构化输出的语法约束编码(xgrammar)限制影响,模型 token 空间受限,容易陷

一个名为 forensic-deepdive 的开源工具面世,它能对任何代码库进行深度分析,生成持久化的代码知识图谱和 MCP 服务器,让 AI 编程代理(如 Claude Code、Cursor 等)获得结构化的代码理解能力,而非仅依赖模糊的上下文窗口。
![[Bug]: Markdown parser rejects valid GFM table separator rows with fewer than 3 dashes](https://www.chat-gpts.plus/wp-content/uploads/2026/06/16314-8fe9d5f8-768x403.jpg)
用户在使用 RAGFlow 解析 Markdown 文档时触发。具体是在 deepdoc/parser/markdown_parser.py 中的 _is_table_separator_row 方法校验表格分隔行时,将诸如 :-- 、 --: 等有效的 GFM 分隔符判定为无效,导致表格内容被逐行
![[Bug]: ExcelParser.__call__ drops cells with value 0, False, or empty string](https://www.chat-gpts.plus/wp-content/uploads/2026/06/16313-cea78a57-768x403.jpg)
在使用 RAGFlow 导入(ingest)Excel 电子表格文件时触发。具体代码路径位于 rag/app/naive.py 和 rag/app/one.py 调用的解析流程中。问题核心在 deepdoc/parser/excel_parser.py 文件的 __call__ 方法。
![[Question]: agent with web-crawler](https://www.chat-gpts.plus/wp-content/uploads/2026/06/5840-01201172-768x403.jpg)
用户在使用 RAGFlow 的 Agent(智能体)功能,并配置了 Web Crawler(网络爬虫)节点。当 Agent 执行爬取任务时,Playwright 尝试启动 Chromium 浏览器但失败,触发报错。
![[Bug]: Intermittent Output Delays and Premature Truncation in Local Knowledge Base Setup`](https://www.chat-gpts.plus/wp-content/uploads/2026/06/5812-39a9b459-768x403.jpg)
用户在 RAGFlow 中设置本地知识库,并通过 Ollama 集成本地模型(如 qwa-32b q4 )。直接使用 ollama run qwq:latest 或 CherryStudio 时没有此问题,说明问题位于 RAGFlow 的内部处理环节。

用户在 Linux 上使用 podman 或 Docker 运行 llama.cpp 的 server-vulkan 镜像(版本 9501),启动容器后通过浏览器访问 http://localhost:10000/ 时,Web UI 不可用,仅返回 JSON 错误。该问题也影响 full-cuda

用户在 Linux 系统上,通过 stable-diffusion.cpp(共用 ggml Vulkan 后端)运行 Flux 2 Klein 4B 模型,分辨率为 1024×1024 且启用了 VAE tiling 时触发。 在 llama.cpp 中使用大型图像输入(mmproj)或超长上下文时