PulseAugur
实时 17:19:01
English(EN) My note server has no search engine. Search still answers in 0.4 ms.

自托管笔记服务器跳过搜索引擎,采用基于内存的扫描

vellum MCP 的作者,一个用于 markdown 笔记的自托管服务器,选择不使用 Bleve 或向量索引等传统搜索引擎。相反,vellum MCP 在内存中对笔记进行排名扫描,大约在 50 毫秒内启动,对于 2,000 篇笔记的库,在不到一毫秒的时间内返回结果。这种方法避免了构建和维护单独索引的开销、管理依赖项以及与向量搜索的嵌入模型相关的成本。 AI

影响 这种方法为管理个人知识库提供了一种更有效的方法,避免了传统搜索索引的成本和复杂性。

排序理由 该项目讨论了自托管工具的一个特定技术实现选择,侧重于优化而不是新版本或重大行业趋势。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

自托管笔记服务器跳过搜索引擎,采用基于内存的扫描

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Tomas Grasl ·

    我的笔记服务器没有搜索引擎。搜索响应仍为 0.4 毫秒。

    <p><a href="https://github.com/freema/vellum" rel="noopener noreferrer">vellum MCP</a> is a self-hosted server over a folder of markdown, your agent's memory as plain <code>.md</code> files you own. Search is the feature everyone expects to be "solved" by a library: bolt on <a hr…