Commit graph

170 commits

Author SHA1 Message Date
Alex Garcia
d506bd6d28 v0.0.1-alpha.15 2024-06-28 19:29:49 -07:00
Alex Garcia
44aef7a50f memset 0 all applicable mallocs, fix windows? 2024-06-28 19:21:50 -07:00
Alex Garcia
da8a19fb0b bump sqlite-dist 2024-06-28 19:15:44 -07:00
Alex Garcia
3442131613 test_vec_quantize_binary small test for windows 2024-06-28 16:27:41 -07:00
Alex Garcia
37b4c2e9dc is it q?? trying to fix windows i64 stuff 2024-06-28 16:06:04 -07:00
Alex Garcia
2eafd843d7 no inline, windows i64 fix? 2024-06-28 16:00:58 -07:00
Alex Garcia
a5525c9a5d vec0 point and knn error handling 2024-06-28 15:29:13 -07:00
Alex Garcia
2fdd760dd1 fmt 2024-06-28 10:51:59 -07:00
Alex Garcia
b923c596df a ton more error handing, vec0 insert/delete/update, npy fixes 2024-06-28 10:51:49 -07:00
Alex Garcia
66b9eb8deb v0.0.1-alpha.14 2024-06-25 09:05:12 -07:00
Alex Garcia
cd772ff858 properly dispose of drop stmt 2024-06-25 09:05:01 -07:00
Alex Garcia
0c1516b580 v0.0.1-alpha.13 2024-06-25 08:56:39 -07:00
Alex Garcia
9dc772e9f9 format, pragma_table_list -> sqlite_master 2024-06-25 08:54:51 -07:00
Alex Garcia
feea3bfe43 remove vec_expo, impl drop vec0 2024-06-25 08:52:48 -07:00
Alex Garcia
1803a7d460 update with blog post 2024-06-25 08:41:42 -07:00
Alex Garcia
738c8124fe v0.0.1-alpha.12 2024-06-25 00:12:43 -07:00
Alex Garcia
c1760df54c fix windows release 2024-06-25 00:12:35 -07:00
Alex Garcia
db54f2f701 v0.0.1-alpha.11 2024-06-24 23:36:17 -07:00
Alex Garcia
d5363ccde7 re-add threadsafe, tests for drop column support 2024-06-24 23:34:40 -07:00
Alex Garcia
dada170dc5 doc updates 2024-06-24 23:26:29 -07:00
Alex Garcia
3a8ab9b489 several vec0 and np fixes 2024-06-24 23:26:11 -07:00
Alex Garcia
4196f16b27 error handling on vec0 INSERT operations, introduce evidence-of 2024-06-23 17:46:42 -07:00
Alex Garcia
f9e1bf2f34 Merge branch 'main' of github.com:asg017/sqlite-vec into main 2024-06-22 16:46:37 -07:00
Alex Garcia
b62f6f19a8 doc updates 2024-06-22 16:46:33 -07:00
Daniel Levi-Minzi
2c382a4cb4
option to use brew sqlite in include and lib flag (#24) 2024-06-20 09:15:48 -07:00
Alex Garcia
df48ac2416 make format 2024-06-13 16:32:57 -07:00
Alex Garcia
dcb8bf5e53 logo 2024-06-12 13:48:34 -07:00
Alex Garcia
3e2946e87b small logo fixes 2024-06-12 13:48:02 -07:00
Alex Garcia
6875f7649c typo 2024-06-12 10:45:59 -07:00
Alex Garcia
8e6394f438 once again logo fix 2024-06-12 00:30:10 -07:00
Alex Garcia
69e8558052 fix logo again 2024-06-12 00:28:40 -07:00
Alex Garcia
efec4e3097 fix spacing 2024-06-12 00:27:52 -07:00
Alex Garcia
4ae8c84158 update light/dark 2024-06-12 00:27:15 -07:00
Alex Garcia
f1d482b276 light/dark modes 2024-06-12 00:23:45 -07:00
Alex Garcia
420ae0ad5e deno fmt markdown 2024-06-12 00:13:56 -07:00
Alex Garcia
cfbecee889 skip windows msvc on github actions for now 2024-06-12 00:12:08 -07:00
Alex Garcia
85536f8d27 Merge branch 'main' of github.com:asg017/sqlite-vec into main 2024-06-12 00:10:15 -07:00
Alex Garcia
b015f5f122 readme updates 2024-06-12 00:08:53 -07:00
Alex Garcia
bd8287c1ce site updates + sponsors 2024-06-12 00:02:27 -07:00
Alex Garcia
d49e8205d1 misc docs 2024-06-11 23:58:00 -07:00
Alex Garcia
44b365a23f micro benchmarks work 2024-06-11 23:57:46 -07:00
Daniel Levi-Minzi
4cb924aaad
Always Use Neon for L2 f32 (#20)
* use neon for vectors larger than 16 elements always

* remove commented out code
2024-06-10 11:56:42 -07:00
Alex Garcia
66bc7e8947 gha: msvc manual 2024-06-09 00:14:37 -07:00
Alex Garcia
974823f9d6 gha: msvc 3rd party? 2024-06-09 00:11:27 -07:00
Alex Garcia
35a05d6ca8 windows try msvc 2024-06-09 00:07:10 -07:00
Alex Garcia
a210874c46 fix bus error 2024-06-09 00:05:19 -07:00
k.h.lai
80531b53e0
fix msvc build (#14) 2024-06-08 23:53:12 -07:00
Daniel Levi-Minzi
0c75fd292f
L2 int8 neon implementation (#18)
* initial work for l2 neon implementation

* remove comment
2024-06-08 11:52:24 -07:00
Daniel Levi-Minzi
e9bf355a70
int8 vec from text (#17)
* parse int8 vec from json format text

* add small test cases for text based loading
2024-06-08 11:50:10 -07:00
Alex Garcia
8c418f9349 vec_expo experiment 2024-05-26 22:59:29 -07:00