-
v0.10.0 — vectorstore re-embeds on file edit (#23)
released this
2026-05-20 11:29:44 +00:00 | 22 commits to main since this releaseSingle feat since v0.9.0. vectorstore.Sync now compares each file's
mtime against the EARLIEST updated_at among its stored chunks; files
edited since their last embed get the old chunks deleted and the new
content re-chunked + re-embedded in one pass. Closes the long-standing
TODO that let edited notes silently drift from their embeddings.Backward-compatible: brain_embeddings.updated_at was always populated,
so no migration. The live pod begins re-embedding edits on the next
sync tick automatically.Downloads