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.
Static
fromCreate a PostgresEngine instance from arguments.
URL use to connect to a database
Optional
poolConfig: PoolConfigOptional - Configuration pool to use in the Knex configuration
PostgresEngine instance
Static
fromRequired - GCP Project ID
Required - Postgres Instance Region
Required - Postgres Instance name
Required - Database name
PostgresEngine instance
Static
fromCreate 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-pg
Instantiate