Skip to content

Fast-Forward Indexes v0.5.0

Compare
Choose a tag to compare
@mrjleo mrjleo released this 18 Oct 15:55
· 5 commits to main since this release
42722aa

Ranking operations

  • Rankings now implement the + and * operators.
  • Rankings can now be normalized via Ranking.normalize (min-max normalization).
  • Reciprocal rank fusion is now supported via Ranking.rr_scores.

Misc

  • Index.__call__ now accepts a batch_size argument.