update go demos

This commit is contained in:
Alex Garcia 2024-07-16 23:11:26 -07:00
parent e507bc0230
commit 6eb2397537
6 changed files with 14 additions and 25 deletions

View file

@ -7,12 +7,10 @@ import (
"fmt"
"log"
sqlite_vec "github.com/asg017/sqlite-vec/bindings/go/cgo"
sqlite_vec "github.com/asg017/sqlite-vec-go-bindings/cgo"
_ "github.com/mattn/go-sqlite3"
)
// #cgo LDFLAGS: -L../../dist
import "C"
func serializeFloat32(vector []float32) ([]byte, error) {
buf := new(bytes.Buffer)

View file

@ -1,7 +1,7 @@
module github.com/asg017/sqlite-vec/examples/go
go 1.20
go 1.22.5
require github.com/mattn/go-sqlite3 v1.14.22
require github.com/asg017/sqlite-vec/bindings/go/cgo v0.0.0-20240511043328-3d763f499859 // indirect
require github.com/asg017/sqlite-vec-go-bindings v0.0.1-alpha.36 // indirect

View file

@ -1,3 +1,5 @@
github.com/asg017/sqlite-vec-go-bindings v0.0.1-alpha.36 h1:FMGkKAA7nZL8gr/dvIx1uc54J3v2gbLVa+mLqZDCvjk=
github.com/asg017/sqlite-vec-go-bindings v0.0.1-alpha.36/go.mod h1:A8+cTt/nKFsYCQF6OgzSNpKZrzNo5gQsXBTfsXHXY0Q=
github.com/asg017/sqlite-vec/bindings/go/cgo v0.0.0-20240511043328-3d763f499859 h1:6jeFy/tSnyNJUrTHoIaFTYkjrHtwVAojvCGkr9G8d4o=
github.com/asg017/sqlite-vec/bindings/go/cgo v0.0.0-20240511043328-3d763f499859/go.mod h1:Go89G54PaautWRwxvAa1fmKeYoSuUyIvSYpvlfXQaNU=
github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=