PGVectorStoreConfig
PGVectorStoreConfig =
VectorStoreBaseParams&PGVectorStoreBaseConfig& {clientConfig:pg.ClientConfig; } | {shouldConnect?:boolean;client:pg.Client|pg.PoolClient; } | {shouldConnect?:false;client:Sql|VercelPool; }
Defined in: .build/typescript/packages/providers/storage/postgres/src/PGVectorStore.ts:123