mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
fixup demos
This commit is contained in:
parent
3d763f4998
commit
a12b5b697d
14 changed files with 21 additions and 736 deletions
|
|
@ -2,9 +2,6 @@ module github.com/asg017/sqlite-vec/examples/go
|
|||
|
||||
go 1.20
|
||||
|
||||
replace github.com/asg017/sqlite-vec/bindings/go/cgo => ../../bindings/go/cgo
|
||||
require github.com/mattn/go-sqlite3 v1.14.22
|
||||
|
||||
require (
|
||||
github.com/asg017/sqlite-vec/bindings/go/cgo v0.0.0-00010101000000-000000000000
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
)
|
||||
require github.com/asg017/sqlite-vec/bindings/go/cgo v0.0.0-20240511043328-3d763f499859 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue