Commit graph

405 commits

Author SHA1 Message Date
Alex Garcia
be06d533b3 bump sqlite-dist 2024-08-10 12:21:27 -07:00
Philip O'Toole
e65cfdbccd
Fix URL to rqlite page (#81)
* Fix URL to rqlite page

* Clean up the instructions for rqlite
2024-08-10 11:39:22 -07:00
Alex Garcia
7a1259e144 sidebar docs 2024-08-10 10:31:52 -07:00
Philip O'Toole
f123d4a162
Add directions for rqlite (#80) 2024-08-10 10:29:51 -07:00
Alex Garcia
a6498d04b8 properly check SQLITE_THREADSAFE for static compilation 2024-08-09 13:23:18 -07:00
Alex Garcia
ad5510d2fa v0.1.2-alpha.2 2024-08-09 12:19:41 -07:00
Alex Garcia
2ed95aacc5 ensure UPDATEs and DELETEs work on vec0 tables with text primary keys, refs #77 2024-08-09 12:16:56 -07:00
Alex Garcia
987b637a64 update release scripts to avoid deprecated version 2024-08-09 11:20:15 -07:00
Alex Garcia
60463e08ea v0.1.2-alpha.1 2024-08-09 11:07:29 -07:00
Alex Garcia
c6cd03ef26 update patch 2024-08-09 11:00:02 -07:00
Alex Garcia
a27153c107 -DSQLITE_VEC_STATIC in places 2024-08-09 10:45:39 -07:00
Alex Garcia
ac87b06b02 Add SQLITE_VEC_STATIC option, prefix json function 2024-08-09 10:44:39 -07:00
Alex Garcia
65c4aa3754 Merge branch 'main' of github.com:asg017/sqlite-vec into main 2024-08-09 10:26:50 -07:00
Sheldon Robinson
6c26399269
Fix compilation error for redefinition of jsonIsspace (#75)
* Fix compilation error for redefinition of jsonIsspace when including in amalgamation build of sqlite3.c

* Fix redefinition variable jsonIsSpaceX[]

* Add check for SQLITE_AMALGMATION

* Add check for SQLITE_CORE
2024-08-09 10:26:45 -07:00
Alex Garcia
fdd1b2679e control path fixes 2024-08-09 10:25:31 -07:00
Sheldon Robinson
6cccfae273
Add implementation for __builtin_popcountl for Windows on ARM (#72)
Window on Arm missing the __popcnt64 function.
Adding static implementation based on b64f1e77b5/lib/ngtcp2_ringbuf.c, line 34-43
2024-08-09 10:07:15 -07:00
Jimmy Stridh
458cf0ba61
fix "Installing" link in README (#65) 2024-08-07 17:10:56 -07:00
little_huang
20fe3e1318
Update README.md Node.js Link (#67)
This link is 404: https://alexgarcia.xyz/sqlite-vec/nodejs.html 
updated to:  https://alexgarcia.xyz/sqlite-vec/js.html
2024-08-07 17:10:31 -07:00
Alex Garcia
ad11d46221 v0.1.1 2024-08-05 17:09:32 -07:00
Alex Garcia
b4ab5c8c3f v0.1.1-alpha.3 2024-08-05 17:03:57 -07:00
Alex Garcia
8a0063375c gha: just macos 2024-08-05 16:57:27 -07:00
Alex Garcia
fbd9790542 gha: math 2024-08-05 16:55:45 -07:00
Alex Garcia
7c2021029c gha: ensure sqlite-vec.h, skip msvc stuff 2024-08-05 16:53:30 -07:00
Alex Garcia
bc0e6c92e3 gha: wrong directory 2024-08-05 16:48:53 -07:00
Alex Garcia
530a3c95d2 Explicitly test that SQLite version 3.31.1 is compatible with sqlite-vec when statically compiling 2024-08-05 16:46:35 -07:00
Alex Garcia
2a8593a755 avoid referencing npt when numpy isn't installed 2024-08-05 16:19:10 -07:00
Alex Garcia
daf4e05491 v0.1.1-alpha.2 2024-08-05 16:12:47 -07:00
Alex Garcia
a52d77007b v0.1.1-alpha.1 2024-08-05 16:04:54 -07:00
Alex Garcia
9f14143e7b Merge branch 'main' of github.com:asg017/sqlite-vec into main 2024-08-05 16:04:13 -07:00
Alex Garcia
748110552c always include notes, even on alpha releases 2024-08-05 16:04:08 -07:00
Alex Garcia
4c262b1a9c update sqlite-dist 2024-08-05 16:03:09 -07:00
Nuno Cruces
5163f8ea40
Update go docs (#56)
I'm guessing this version (from the CGO example) is more widely applicable (I ship a `database/sql` driver as well).

PS: if you find that all the copies and allocs are a bottleneck, I'm guessing an `buf, err := sqlite_vec .AppendFloat32(buf, values)`, or even an API change (on my side) that allows serializing directly into "native" memory, would help.
2024-08-05 16:00:19 -07:00
Ikko Eltociear Ashimine
bd5c847a97
chore: update sqlite-vec.c (#61)
identifer -> identifier
2024-08-05 11:15:02 -07:00
Giovanni
22ca79d0f3
Update Turso links (#63) 2024-08-05 11:14:40 -07:00
Alex Garcia
21c5a14fc7 v0.1.0 2024-08-01 03:04:57 -07:00
Alex Garcia
fa96def687 v0.1.0-alpha.1 2024-08-01 02:55:56 -07:00
Alex Garcia
bbe52c6288 doc 2024-08-01 02:55:39 -07:00
Alex Garcia
5766210229 fix versioning link 2024-08-01 02:48:08 -07:00
Alex Garcia
e379c205c8 limit checks 2024-08-01 02:45:51 -07:00
Alex Garcia
09c3f05759 docs 2024-08-01 02:45:36 -07:00
Alex Garcia
5be4c980ca go rename 2024-08-01 02:45:25 -07:00
Alex Garcia
a0bc9404ce static updates 2024-07-31 12:56:09 -07:00
Alex Garcia
e91ccf38ff fmt 2024-07-31 12:56:02 -07:00
Alex Garcia
ca0a5eef5c doc 2024-07-31 12:55:50 -07:00
Alex Garcia
e8219064cb fmt 2024-07-31 12:55:46 -07:00
Alex Garcia
47e61aa187 nbc 2024-07-31 12:55:35 -07:00
Alex Garcia
dd972f6ffe examples + fmt 2024-07-31 12:55:20 -07:00
Alex Garcia
356f75cca7 docs 2024-07-31 12:55:03 -07:00
Alex Garcia
4febdff11a benchmark updates 2024-07-28 11:08:12 -07:00
Alex Garcia
156d6c1e3b Merge branch 'main' of github.com:asg017/sqlite-vec into main 2024-07-25 11:23:00 -07:00