Hacker News new | ask | show | jobs
by jsmo 92 days ago
This looks pretty neat! Thanks for sharing ^_^

I saw sqlite-vec for semantic search so I assume notes are stored in sqlite.

- What considerations did you have for the storage layer?

- Also does storage on disk increase linearly as notes/atoms grow?

1 comments

Thanks!

Yeah, the data layer is sqlite - not just the vectors but the notes themselves, wiki and chat data, etc. The project started out as solely a desktop app, so sqlite seemed a natural fit. Since then I've pivoted to a server/client model, but the purpose is still very much for personal use so I still feel like sqlite fits that niche.