Share via


PostgresVectorStoreRecordCollectionOptions<TRecord>.DictionaryCustomMapper Property

Definition

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

public Microsoft.Extensions.VectorData.IVectorStoreRecordMapper<TRecord,System.Collections.Generic.Dictionary<string,object?>>? DictionaryCustomMapper { get; init; }
member this.DictionaryCustomMapper : Microsoft.Extensions.VectorData.IVectorStoreRecordMapper<'Record, System.Collections.Generic.Dictionary<string, obj>> with get, set
Public Property DictionaryCustomMapper As IVectorStoreRecordMapper(Of TRecord, Dictionary(Of String, Object))

Property Value

Microsoft.Extensions.VectorData.IVectorStoreRecordMapper<TRecord,Dictionary<String,Object>>

Remarks

If not set, the default mapper will be used.

Applies to