Commit graph

125 commits

Author SHA1 Message Date
Alex Garcia
c2f4d11b94 gha: bump node version? 2026-02-13 08:21:54 -08:00
Alex Garcia
831f4acbfd gha: OIDC unset NODE_AUTH_TOKEN 2026-02-13 08:16:02 -08:00
Alex Garcia
9333e62bdc npm oidc 2026-02-13 08:07:55 -08:00
Alex Garcia
6bf347fbba release env 2026-02-13 08:04:03 -08:00
Alex Garcia
aa2c61091e release script updates 2026-02-13 07:21:18 -08:00
Alex Garcia
1cbe22c78b build fixes, uv for testing 2026-02-13 06:48:07 -08:00
Alex Garcia
d1d1ed7a57 sponsor update 2025-01-24 12:00:41 -08:00
Alex Garcia
fd80b7b985 dark mode fixes 2025-01-21 13:16:29 -08:00
Alex Garcia
5e3147f0f0 fix inline 2025-01-21 13:11:01 -08:00
Alex Garcia
aa9f049a8b README + new sponsor! 2025-01-18 10:15:09 -08:00
Alex Garcia
7748ad0b3a include linux-arm64 in npm builds 2025-01-10 13:17:38 -08:00
Alex Garcia
a223f5f17c macos-12 runner deprecated, bump to macos-13 2025-01-10 11:21:11 -08:00
Luke Hinds
cc7c29ec2f
Fix build for linux-aarch64 and clean up Android dupes (#160)
- Switched to the correct compiler (gcc-aarch64-linux-gnu) for linux-aarch64 builds to ensure 64-bit binaries are generated.
- Removed duplicate artifact upload for sqlite-vec-android-armv7a-extension in the dist job.

Resolves: #159
2025-01-10 11:15:11 -08:00
Alex Garcia
4c6baab632 skip test on windows releases 2024-11-20 06:52:07 -08:00
Alex Garcia
d54a0f4eb2 cleanup 2024-11-20 06:48:13 -08:00
Alex Garcia
352f953fc0
Metadata filtering (#124)
* initial pass at PARTITION KEY support.

* Initial pass, allow auxiliary columns on vec0 virtual tables

* update TODO

* Initial pass at metadata filtering

* unit tests

* gha this PR branch

* fixup tests

* doc internal

* fix tests, KNN/rowids in

* define SQLITE_INDEX_CONSTRAINT_OFFSET

* whoops

* update tests, syrupy, use uv

* un ignore pyproject.toml

* dot

* tests/

* type error?

* win: .exe, update error name

* try fix macos python, paren around expr?

* win bash?

* dbg :(

* explicit error

* op

* dbg win

* win ./tests/.venv/Scripts/python.exe

* block UPDATEs on partition key values for now

* test this branch

* accidentally removved "partition key type mistmatch" block during merge

* typo ugh

* bruv

* start aux snapshots

* drop aux shadow table on destroy

* enforce column types

* block WHERE constraints on auxiliary columns in KNN queries

* support delete

* support UPDATE on auxiliary columns

* test this PR

* dont inline that

* test-metadata.py

* memzero text buffer

* stress test

* more snpashot tests

* rm double/int32, just float/int64

* finish type checking

* long text support

* DELETE support

* UPDATE support

* fix snapshot names

* drop not-used in eqp

* small fixes

* boolean comparison handling

* ensure error is raised when long string constraint

* new version string for beta builds

* typo whoops

* ann-filtering-benchmark directory

* test-case

* updates

* fix aux column error when using non-default rowid values, needs test

* refactor some text knn filtering

* rowids blob read only on text metadata filters

* refactor

* add failing test causes for non eq text knn

* text knn NE

* test cases diff

* GT

* text knn GT/GE fixes

* text knn LT/LE

* clean

* vtab_in handling

* unblock aux failures for now

* guard sqlite3_vtab_in

* else in guard?

* fixes and tests

* add broken shadow table test

* rename _metadata_chunksNN shadown table to _metadatachunksNN, for proper shadowName detection

* _metadata_text_NN shadow tables to _metadatatextNN

* SQLITE_VEC_VERSION_MAJOR SQLITE_VEC_VERSION_MINOR and SQLITE_VEC_VERSION_PATCH in sqlite-vec.h

* _info shadow table

* forgot to update aux snapshot?

* fix aux tests
2024-11-20 00:59:34 -08:00
Alex Garcia
9bfeaa7842
Auxiliary column support (#123)
* initial pass at PARTITION KEY support.

* Initial pass, allow auxiliary columns on vec0 virtual tables

* update TODO

* unit tests

* gha this PR branch

* fixup tests

* doc internal

* fix tests, KNN/rowids in

* define SQLITE_INDEX_CONSTRAINT_OFFSET

* whoops

* update tests, syrupy, use uv

* un ignore pyproject.toml

* dot

* tests/

* type error?

* win: .exe, update error name

* try fix macos python, paren around expr?

* win bash?

* dbg :(

* explicit error

* op

* dbg win

* win ./tests/.venv/Scripts/python.exe

* block UPDATEs on partition key values for now

* test this branch

* accidentally removved "partition key type mistmatch" block during merge

* typo ugh

* bruv

* start aux snapshots

* drop aux shadow table on destroy

* enforce column types

* block WHERE constraints on auxiliary columns in KNN queries

* support delete

* support UPDATE on auxiliary columns
2024-11-20 00:30:23 -08:00
Alex Garcia
6658624172
PARTITION KEY support (#122)
* initial pass at PARTITION KEY support.

* unit tests

* gha this PR branch

* fixup tests

* doc internal

* fix tests, KNN/rowids in

* define SQLITE_INDEX_CONSTRAINT_OFFSET

* whoops

* update tests, syrupy, use uv

* un ignore pyproject.toml

* dot

* tests/

* type error?

* win: .exe, update error name

* try fix macos python, paren around expr?

* win bash?

* dbg :(

* explicit error

* op

* dbg win

* win ./tests/.venv/Scripts/python.exe

* block UPDATEs on partition key values for now
2024-11-20 00:02:04 -08:00
Alex Garcia
9780f6d445 bump dist to fix linux arm builds 2024-11-15 11:17:55 -08:00
Alex Garcia
04c6da4c62 update linux arm builds 2024-11-15 10:43:44 -08:00
Alex Garcia
7991cd734b gha: no -DSQLITE_CORE on pyodide build, shouldn't need it? 2024-11-08 21:49:10 -08:00
Alex Garcia
1f60587b0c run site deploy only when site changes 2024-11-08 21:48:42 -08:00
Alex Garcia
aae35ce106 try pyodide build 2024-11-08 21:46:41 -08:00
Alex Garcia
12259dc35e gha: get-measurement 2024-11-04 16:56:33 -08:00
Alex Garcia
beba23f17d try arm build, measure energy 2024-11-04 16:53:10 -08:00
Alex Garcia
b8fadf6afb bump sqlite-dist 2024-10-11 09:38:34 -07:00
Alex Garcia
b6245e21a2 bump sqlite-dist 2024-10-11 09:08:41 -07:00
Alex Garcia
6b1b59eea9 bump sqlite-dist v0.0.1-alpha.14 2024-09-16 10:47:37 -07:00
Alex Garcia
6f75fc327f android+ios release artifacts 2024-09-12 17:28:55 -07:00
Alex Garcia
a4811fcaa8 gha: ios run x86 build on macos-12 2024-09-12 16:10:58 -07:00
Alex Garcia
94fd29fc2d gha: clenaup android matrix 2024-09-12 16:09:42 -07:00
Alex Garcia
3b898c523b try more ios targets 2024-09-12 16:07:00 -07:00
Alex Garcia
bdbb00b636 gha: include-hidden-files: true smh 2024-09-07 10:05:36 -07:00
Alex Garcia
6d672fbc4f gha: include-hidden-files smh 2024-09-07 10:03:12 -07:00
Alex Garcia
5a1cd93074 gha: wasm debug 2024-09-07 10:00:17 -07:00
Alex Garcia
66dbec78eb try windows release using cl.exe 2024-09-07 09:49:12 -07:00
Alex Garcia
687a2821f2 ios build re-arrange, re-enable windows on test.yaml 2024-09-06 10:22:01 -07:00
Alex Garcia
d529eb09d1 gha: arm64? 2024-08-26 23:29:19 -07:00
Alex Garcia
10b54df298 gha: ndegub? 2024-08-26 23:27:12 -07:00
Alex Garcia
4208fd3988 gha: sysroot 2024-08-26 23:23:46 -07:00
Alex Garcia
293e9280f4 gha: ios? 2024-08-26 23:20:10 -07:00
Alex Garcia
df2cc06221 gha: diff artifact names 2024-08-26 23:07:37 -07:00
Alex Garcia
76a5c2a99b gha: try multiple android 2024-08-26 23:05:21 -07:00
Alex Garcia
ea8f483d79 gha: dgb android 2024-08-26 23:00:27 -07:00
Alex Garcia
e7099c45a1 gha: setup java 2024-08-26 22:56:20 -07:00
Alex Garcia
349794dce4 init android test 2024-08-26 22:54:56 -07:00
Alex Garcia
9ac40350e5 gha: windows-latest test.yaml 2024-08-15 15:30:37 -07:00
Alex Garcia
6bf0b4d9bf bump sqlite-dist to fix nextjs issue 2024-08-12 15:40:11 -07:00
Alex Garcia
be06d533b3 bump sqlite-dist 2024-08-10 12:21:27 -07:00
Alex Garcia
987b637a64 update release scripts to avoid deprecated version 2024-08-09 11:20:15 -07:00