Initial commit: my-brain-importer RAG knowledge management agent
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
18
go.mod
Executable file
18
go.mod
Executable file
@@ -0,0 +1,18 @@
|
||||
module my-brain-importer
|
||||
|
||||
go 1.22.2
|
||||
|
||||
require (
|
||||
github.com/qdrant/go-client v1.12.0
|
||||
github.com/sashabaranov/go-openai v1.37.0
|
||||
google.golang.org/grpc v1.71.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/net v0.34.0 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
|
||||
google.golang.org/protobuf v1.36.4 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user