Add interactive visual relevance feedback

#2
by davanstrien HF Staff - opened

Adds staged, multi-image relevance feedback to the search interface.

  • mark results directly as + more or - less without changing the current grid
  • update explicitly after selecting multiple examples
  • optionally blend feedback with a text refinement
  • preserve the existing search and search_reference API contracts
  • document the interaction in both the on-page introduction and Space README

The ranking uses dependency-free Rocchio-style feedback over the existing normalized SigLIP2 vectors; it does not train a model or change the index. Tested in davanstrien/bl-images-search-dev, including positive/negative feedback, text blending, legacy API compatibility, and searches with 12 positive examples.

davanstrien changed pull request status to open
davanstrien changed pull request status to merged

Sign up or log in to comment