Commit graph

3 commits

Author SHA1 Message Date
Alex Garcia
bf2455f2ba Add ANN search support for vec0 virtual table
Add approximate nearest neighbor infrastructure to vec0: shared distance
dispatch (vec0_distance_full), flat index type with parser, NEON-optimized
cosine/Hamming for float32/int8, amalgamation script, and benchmark suite
(benchmarks-ann/) with ground-truth generation and profiling tools. Remove
unused vec_npy_each/vec_static_blobs code, fix missing stdint.h include.
2026-03-29 19:44:44 -07:00
Alex Garcia
2a8593a755 avoid referencing npt when numpy isn't installed 2024-08-05 16:19:10 -07:00
Alex Garcia
5e5f4a38a0 small doc changes 2024-07-12 08:50:42 -07:00