Commit graph

11 commits

Author SHA1 Message Date
Alex Garcia
3cfc2e0c1f Fix broken unzip -d line in vendor.sh
Remove stray incomplete `unzip -d` command that would error on CI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 13:14:18 -07:00
Alex Garcia
0de765f457
Add ANN search support for vec0 virtual table (#273)
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-31 01:03:32 -07:00
Alex Garcia
748110552c always include notes, even on alpha releases 2024-08-05 16:04:08 -07:00
Alex Garcia
e91ccf38ff fmt 2024-07-31 12:56:02 -07:00
Alex Garcia
f0c9282299 try out static blobs feature behind SQLITE_VEC_ENABLE_EXPERIMENTAL 2024-05-17 12:03:45 -07:00
Alex Garcia
78505491af progress fixup 2024-05-12 00:39:04 -07:00
Alex Garcia
9ecafe18e0 progress script fix 2024-05-12 00:15:58 -07:00
Alex Garcia
985847db9e publish-release allow sqlite-dist.toml edits 2024-04-27 12:54:26 -07:00
Alex Garcia
9ef6dec94a release scripts 2024-04-27 12:46:53 -07:00
Alex Garcia
a6b055ea39 make progress 2024-04-27 12:05:21 -07:00
Alex Garcia
bf0886b3b7 gha: vendor scripts 2024-04-20 14:13:16 -07:00