mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
start simple examples
This commit is contained in:
parent
2572aa1413
commit
e6067e2711
28 changed files with 1354 additions and 2 deletions
10
examples/simple-go/go.mod
Normal file
10
examples/simple-go/go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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/asg017/sqlite-vec/bindings/go/cgo v0.0.0-00010101000000-000000000000
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue