mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-25 08:36:24 -04:00
20 lines
604 B
Modula-2
20 lines
604 B
Modula-2
module github.com/tmc/langchaingo/examples/pgvector-vectorstore-example
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.22.1
|
|
|
|
require github.com/tmc/langchaingo v0.1.12
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.5.5 // indirect
|
|
github.com/pgvector/pgvector-go v0.1.1 // indirect
|
|
github.com/pkoukk/tiktoken-go v0.1.6 // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
)
|