Remix.run Logo
jsmo 14 hours 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?

kenforthewin 2 hours ago | parent | next [-]

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.

devkarev 2 hours ago | parent | prev | next [-]

[dead]

useftmly 2 hours ago | parent | prev [-]

[dead]