PulseAugur
实时 05:49:21
English(EN) semantic-memory: a local-first knowledge base in Rust with Candle embeddings (Ollama optional), MCP server, and typed graph edges

新的 Rust 知识库 'semantic-memory' 提供本地 AI 代理持久化

一款名为 semantic-memory 的新的基于 Rust 的知识库已发布,专为本地 AI 代理和 RAG 应用设计。它提供持久化内存,无需依赖云,具有混合搜索(BM25、向量、倒数排名融合)和用于存储事实和文档的类型化图边。该系统支持 Candle(默认,仅 CPU)和 Ollama 等嵌入后端,确保其在本地运行,无需 API 密钥或外部服务。 AI

影响 支持本地优先的 AI 代理内存和 RAG 应用,无需云依赖。

排序理由 一款用于 AI 应用的新软件工具的发布。

在 r/LocalLLaMA 阅读 →

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

新的 Rust 知识库 'semantic-memory' 提供本地 AI 代理持久化

报道来源 [1]

  1. r/LocalLLaMA TIER_1 English(EN) · /u/RudeChocolate9217 ·

    semantic-memory:一个基于 Rust 的本地优先知识库,支持 Candle 嵌入(可选 Ollama)、MCP 服务器和类型化图边

    <!-- SC_OFF --><div class="md"><p>I've been building a local-first semantic memory system in Rust for the past <br /> few months and just published it to crates.io. It's designed for AI agents and <br /> RAG applications that need persistent memory without sending anything to the…