This demonstrates building sqlite-vec
for use with ncruces/go-sqlite3
.
To build and test sqlite-vec.wasm
:
./build.sh
go run .
See main.go
for how to use sqlite-vec.wasm
.
Update build.sh
to use specific versions of sqlite-vec
or ncruces/go-sqlite3
.