module github.com/vxcontrol/langchaingo/examples/pgvector-vectorstore-example go 1.26.5 require github.com/vxcontrol/langchaingo v0.1.14-update.1 require ( github.com/dlclark/regexp2 v1.11.5 // indirect github.com/google/uuid v1.6.0 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/pgx/v5 v5.9.2 // indirect github.com/pgvector/pgvector-go v0.1.1 // indirect github.com/pkoukk/tiktoken-go v0.1.8 // indirect github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect golang.org/x/text v0.39.0 // indirect ) replace github.com/vxcontrol/langchaingo => ../..