Share via


PostgresVectorStoreRecordCollectionOptions<TRecord> Class

Definition

public sealed class PostgresVectorStoreRecordCollectionOptions<TRecord>
type PostgresVectorStoreRecordCollectionOptions<'Record> = class
Public NotInheritable Class PostgresVectorStoreRecordCollectionOptions(Of TRecord)

Type Parameters

TRecord
Inheritance
PostgresVectorStoreRecordCollectionOptions<TRecord>

Constructors

PostgresVectorStoreRecordCollectionOptions<TRecord>()

Properties

DictionaryCustomMapper

Gets or sets an optional custom mapper to use when converting between the data model and the Postgres record.

Schema

Gets or sets the database schema.

VectorStoreRecordDefinition

Gets or sets an optional record definition that defines the schema of the record type.

Applies to