Skip to content

Release 0.0.10

Compare
Choose a tag to compare
@pandu-k pandu-k released this 15 Dec 11:36
· 727 commits to mainline since this release
5cc2586

0.0.10

New features

  • Generic model support (#179). Create an index with your favourite SBERT-type models from HuggingFace! Read about usage here
  • Visual search update 2. (#214). Search-time image reranking and open-vocabulary localization, based on users' queries, is now available with the Owl-ViT model. Locate the part of the image corresponding to your query! Read about usage here
  • Visual search update 1. (#214). Better image patching. In addition to faster-rcnn, you can now use yolox or attention based (DINO) region proposal as a patching method at indexing time. This allows localization as the sub patches of the image can be searched. Read about usage here.

Check out this article about how this update makes image search awesome.

Bug fixes

  • Fixed imports and outdated Python client usage in Wikipedia demo (#216)

Contributor shout-outs

  • Thank you to @georgewritescode for debugging and updating the Wikipedia demo
  • Thank you to our 1.8k stargazers and 60+ forkers!

Release images can be found on Docker hub