lightrag-snkv — embedded storage backend powered by SNKV database only #2992
hash-anu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi LightRAG team,
I built a drop-in storage backend for LightRAG using SNKV — an embedded
SQLite B-Tree-based storage engine. Sharing here in case it's useful to others.
What it does
Replaces all four LightRAG storage backends (KV, vector, graph, doc status)
with two embedded SNKV files. No external server required.
Why it might interest you
Just two files on disk. Install the repo and it works.
transaction. The default backend has no such guarantee.
validated on open. Loads in milliseconds instead of rebuilding from scratch.
Easier to back up and move.
How to use it
Four lines of config change, nothing else in your existing code changes:
Full instructions and .env reuse guide: https://github.com/hash-anu/lightrag-snkv
Feedback welcome.
Beta Was this translation helpful? Give feedback.
All reactions