mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
try out static blobs feature behind SQLITE_VEC_ENABLE_EXPERIMENTAL
This commit is contained in:
parent
78505491af
commit
f0c9282299
6 changed files with 618 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
demo: demo.c
|
||||
gcc \
|
||||
-DSQLITE_CORE \
|
||||
-O3 -DSQLITE_CORE \
|
||||
-I../../ -I../../vendor \
|
||||
demo.c ../../sqlite-vec.c ../../vendor/sqlite3.c \
|
||||
-o $@
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.load ../../dist/vec0
|
||||
.mode box
|
||||
.mode table
|
||||
.header on
|
||||
|
||||
select sqlite_version(), vec_version();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue