mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
315 B
14 lines
315 B
module vector
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/asg017/sqlite-vec-go-bindings v0.0.1-alpha.37
|
|
github.com/ncruces/go-sqlite3 v0.17.2-0.20240711235451-21de85e849b7
|
|
)
|
|
|
|
require (
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
|
github.com/tetratelabs/wazero v1.7.3 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|
|
|