Skip to content
View snowfoxHQ's full-sized avatar

Block or report snowfoxHQ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
snowfoxHQ/README.md

Hi there 👋

VecRecall 是一个改进版的 AI 长期记忆系统。它基于对原版 MemPalace 的深度分析重新构建,核心设计理念是将“信息检索”与“信息组织”彻底解耦。 通过纯向量检索路径和独立的 SQLite UI 层,VecRecall 在保持灵活组织的同时,将召回率(R@5)从原版的 84% 提升至 96.6%+,为 AI Agent 提供更精准、更高效的上下文记忆支持。

VecRecall is an enhanced AI long-term memory system. Rebuilt following an in-depth analysis of the original MemPalace, its core design philosophy centers on the complete decoupling of "information retrieval" from "information organization." By employing a pure vector-based retrieval path alongside a distinct SQLite UI layer, VecRecall not only preserves organizational flexibility but also boosts recall accuracy (R@5) from the original version's 84% ​​to over 96.6%, thereby providing AI Agents with more precise and efficient contextual memory support.

Popular repositories Loading

  1. vecRecall vecRecall Public

    VecRecall 是一个改进版的 AI 长期记忆系统。它基于对原版 MemPalace 的深度分析重新构建,核心设计理念是将“信息检索”与“信息组织”彻底解耦。 通过纯向量检索路径和独立的 SQLite UI 层,VecRecall 在保持灵活组织的同时,将召回率(R@5)从原版的 84% 提升至 96.6%+,为 AI Agent 提供更精准、更高效的上下文记忆支持。

    Python 3 1

  2. HestiaOS HestiaOS Public

    Hestia OS: A Cognitive Operating System for AI Inference and Execution

    1

  3. HMR HMR Public

    Hestia Memory Runtime — persistent cognitive memory for AI agents. Cross-session recall, SM-2 forgetting curves, memory graph, and reasoning-chain tracking. Beyond storage: memory that thinks.

    Python 1

  4. hmr-memory-skill hmr-memory-skill Public

    OpenClaw skill for persistent agent memory, powered by HMR

    Python 1

  5. aiagent aiagent Public

  6. snowfoxHQ snowfoxHQ Public

    VecRecall:一个轻量级的向量检索工具,旨在实现毫秒级的信息记忆与精准召回。