Skip to content

0.1.0-PRE20

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 17:18
c951cf5
  • Added an option for LSH queries to use the more-like-this heuristics to pick a subset of LSH hashes to retrieve candidate vectors.
    Uses Lucene's MoreLikeThis class
    to pick a subset of hashes based on index statistics. It's generally much faster than using all of the hashes,
    yields comparable recall, but is still disabled by default.