Skip to content

Add SQLite Graph Memory to Systems and Open Sources - #133

Open
tonydzi wants to merge 1 commit into
IAAR-Shanghai:mainfrom
tonydzi:add-sqlite-graph-memory
Open

Add SQLite Graph Memory to Systems and Open Sources#133
tonydzi wants to merge 1 commit into
IAAR-Shanghai:mainfrom
tonydzi:add-sqlite-graph-memory

Conversation

@tonydzi

@tonydzi tonydzi commented Jul 28, 2026

Copy link
Copy Markdown

One open-source memory system added to 💻 Systems and Open Sources, in publication-date order (2026-07-03, the repository creation date), and mirrored in both README.md and README_cn.md as the contributing guide requires.

System: SQLite Graph Memory — Graph RAG for agent long-term memory on plain SQLite. Retrieval combines vector search, a hand-curated wikilink graph over the note corpus, and a cross-encoder rerank step; a separate per-turn ledger records memory state with no LLM call, so recall costs zero tokens until something is actually retrieved.

Why it may interest this list: most entries in the table are hosted services or heavier stacks. This one is deliberately the opposite end — a single-file SQLite store with no server and no vendor, which makes it easy to reproduce and to run fully offline. The wikilink graph is curated by a human rather than extracted by an LLM, which is a different point on the precision/recall trade-off than most graph-memory systems here.

Details: MIT licensed, working pilot, no paid backend. No website, so the website cell says "No official website" in the existing style.

Checked the table for a duplicate entry — nothing matching this project. Happy to adjust the date or the row if you order by first public release rather than repository creation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant