Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 630 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 630 Bytes

sim-shootout

Code for the blog series on benchmarking nearest-neighbour libraries:

Part I: Intro

Part II: Contestants

Part III: Querying

The target are libraries that expose a Python interface and allow (exact or approximate) k-NN search in high dimensional vector spaces.

Run run_all.sh to download Wikipedia, index it and run all experiments.