Fast-Forward Indexes v0.5.0
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 abatch_size
argument.