pcael

↗ HN profile [ 255 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. • cosine indices (exact + approximate) • drop-in for scikit-learn (metric='cosine') • Incredibly fast approximate IndexBinaryMultiHash with high recall (beats Faiss in some contexts) pip install -U pynear…

  2. PyNear is a Python KNN library built around Vantage-Point Trees with a C++ SIMD core. I've been working on it for a while and just shipped v2.2 with two new approximate binary indices. Benchmarks surprised me so I…