I moved my AI's memory into a local database (better than folders and .md) (github.com) 4 points by bradwmorris 2mo ago ↗ HN
[–] bradwmorris 2mo ago ↗ lots of hype about 'lm-powered-knowledge' and 'memory' at the moment.however, all the approaches I’ve seen, are file-based - mostly Obsidian + ClaudeCode.You should build a database instead.a local, SQLite database, with a simple, explicit schema and full text + vector search baked in - is (imo), the better approach.I fully open-sourced the database, UI and scripts here: https://github.com/bradwmorris/ra-h_os/And created a video explaining how it works here and how you can set it up. https://youtu.be/YyUCGigZIZE
2 comments
[ 1.7 ms ] story [ 11.7 ms ] threadhowever, all the approaches I’ve seen, are file-based - mostly Obsidian + ClaudeCode.
You should build a database instead.
a local, SQLite database, with a simple, explicit schema and full text + vector search baked in - is (imo), the better approach.
I fully open-sourced the database, UI and scripts here: https://github.com/bradwmorris/ra-h_os/
And created a video explaining how it works here and how you can set it up. https://youtu.be/YyUCGigZIZE