Implement CLIP embedding worker #3

Closed
opened 2026-04-05 18:12:08 +00:00 by LyAhn · 0 comments
LyAhn commented 2026-04-05 18:12:08 +00:00 (Migrated from github.com)

Summary

Add the background embedding pipeline for similarity search.

Scope

  • Choose and integrate the CLIP runtime/inference path
  • Add worker loop for embedding jobs
  • Mark jobs processing/ready/failed correctly
  • Persist embedding status updates back into SQLite
  • Requeue embeddings for new/changed media only
  • Add progress/error visibility for embedding jobs

Dependencies

  • Media indexing and processing phase should be stable enough first.
## Summary Add the background embedding pipeline for similarity search. ## Scope - [x] Choose and integrate the CLIP runtime/inference path - [x] Add worker loop for embedding jobs - [x] Mark jobs processing/ready/failed correctly - [x] Persist embedding status updates back into SQLite - [x] Requeue embeddings for new/changed media only - [x] Add progress/error visibility for embedding jobs ## Dependencies - Media indexing and processing phase should be stable enough first.
LyAhn closed this issue 2026-06-02 19:11:16 +00:00
Sign in to join this conversation.