Interface that defines the arguments required to create a TypeORMVectorStore instance. It includes Postgres connection options, table name, filter, and verbosity level.

Hierarchy

  • TypeORMVectorStoreArgs

Properties

postgresConnectionOptions: DataSourceOptions
filter?: Metadata
tableName?: string
verbose?: boolean

Generated using TypeDoc