ajstars 2 hours ago
The one I'm most uncertain about: whether SQLite WAL is the right store for memory at this scale, or if a proper vector DB starts making sense once you have thousands of chunks. Right now retrieval is keyword-scored, not semantic — fast, but misses synonyms and paraphrased queries.
If anyone has run into this tradeoff, I'd love to hear how you approached it.