feat: embedding-based task clustering — nomic-embed-text for semantic dedup + pattern extraction #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Use
nomic-embed-textembeddings (same approach as Taskpile) to:Implementation
Storage
Invalidation
Same pattern as Taskpile:
content_hashon task title+description+due_date. If hash changes, recompute embedding.Notes