Add sqlite-vec similarity search #4

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

Summary

Write embeddings to sqlite-vec and expose similar-image search in the app.

Scope

  • Write embeddings into the sqlite-vec table
  • Add backend similarity query command
  • Add frontend action to find similar images
  • Show similarity results in the gallery without breaking existing browsing flows
  • Validate ordering, limits, and result quality

Notes

This is the first user-facing vector search milestone.

## Summary Write embeddings to sqlite-vec and expose similar-image search in the app. ## Scope - [x] Write embeddings into the sqlite-vec table - [x] Add backend similarity query command - [x] Add frontend action to find similar images - [x] Show similarity results in the gallery without breaking existing browsing flows - [x] Validate ordering, limits, and result quality ## Notes This is the first user-facing vector search milestone.
LyAhn closed this issue 2026-06-02 19:11:46 +00:00
Sign in to join this conversation.