mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
l1 distance (#39)
* initial work on l1 * l1 int8 neon implementation * tweak l1 int8 and add test * broken overflow still * some progress on l1 * change to i32 instead of i64 * remove comment * ignore poetry stuff * unrolled l1 int8 and format * remove comments
This commit is contained in:
parent
6eb2397537
commit
25b85afc89
3 changed files with 267 additions and 15 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -24,3 +24,6 @@ examples/sotu
|
|||
|
||||
sqlite-vec.h
|
||||
tmp/
|
||||
|
||||
poetry.lock
|
||||
pyproject.toml
|
||||
Loading…
Add table
Add a link
Reference in a new issue