Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 955 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 955 Bytes

big-ann

Billion-Scale Approximate Nearest Neighbor Search Challenge: http://big-ann-benchmarks.com/index.html

The following blog describes BuddyPQ algorithm in detail, which achived 12% increase in recall over FAISS for 10M dataset:

Billion-Scale Vector Search: Team Sisu and BuddyPQ

Solutions implemented so far

  1. Sharding
    1. Clustering K-Means based sharding algorithm
    2. KANNDI K Approximate Nearest Neighbours DIstance-based algorithm

Related projects