Skip to content
Flows
Tier 3 · Agent memory Agent memory · fetched 2026-07-02

semantic-memory (RecursiveIntell)

Local-first hybrid semantic search backed by authoritative SQLite state plus a vector sidecar: facts, chunked documents, conversation messages, and episodes searched via BM25 (FTS5) and vector retrieval fused with Reciprocal Rank Fusion, with explainable search.

View source on GitHub

Key takeaways

  • 01

    Hybrid BM25 + vector with rank fusion beats either alone

  • 02

    Keep an authoritative relational store; treat vectors as a sidecar index

  • 03

    Explainable retrieval helps debug why a memory surfaced

Flows built on this research