You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #102 from asiniscalchi/fix/daily-review-embedding-vec-orphans
fix(journal): delete daily review embedding vectors on review invalidation
The vec0 virtual table backing daily review embeddings does not
participate in FK cascades, so invalidating a daily review (new entry
or /undo for that date) deleted the review and its embedding metadata
but orphaned the vector row in daily_review_embedding_vec forever.
Delete the vector rows explicitly before deleting the review, the same
way delete_last_for_conversation already does for journal entry
embeddings.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments