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