kevy-vector 3.17.1

Approximate nearest-neighbor core: HNSW graph with cosine/L2/inner-product distances, tombstone deletes, bounded rebuild.
Documentation
1
2
3
4
5
6
# kevy-vector

Approximate nearest-neighbor core for kevy: an HNSW graph over
per-shard vector sets with cosine / L2 / inner-product distances,
tombstone deletes (search-time filtered), and bounded full rebuild.
Pure logic: no I/O, no runtime, zero dependencies.