Create a table for saving of vectors to be used with PostgresVectorStore.
Postgres database table name. Parameter is not escaped. Do not use with end user input.
Vector size for the embedding model to be used.
StaticfromCreate a PostgresEngine instance from arguments.
URL use to connect to a database
OptionalpoolConfig: PoolConfigOptional - Configuration pool to use in the Knex configuration
PostgresEngine instance
StaticfromRequired - GCP Project ID
Required - Postgres Instance Region
Required - Postgres Instance name
Required - Database name
PostgresEngine instance
StaticfromCreate a PostgresEngine instance from an Knex instance.
knex instance
PostgresEngine instance from a knex instance
Cloud SQL shared connection pool
Setup: Install
@langchain/google-cloud-sql-pgInstantiate