Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@dobraczka dobraczka released this 11 Jan 16:51
· 2 commits to main since this release

This release includes a major refactor and finally provides the ability to perform hubness reduced nearest neighbor search with torch tensors 🥳

Added

  • Support for torch, when using Faiss
  • More metrics for Faiss

Changed

  • Simplified kneighbors API, i.e. no queries can be supplied anymore, since they need to come from the source anyway

Removed

  • Autofaiss support was removed

Fixed

  • Several efficiency problems when not using Hubness Reduction were addressed