SqliteVectorStoreRecordCollectionOptions<TRecord>.DictionaryCustomMapper Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an optional custom mapper to use when converting between the data model and the SQLite record.
public Microsoft.Extensions.VectorData.IVectorStoreRecordMapper<TRecord,System.Collections.Generic.Dictionary<string,object?>>? DictionaryCustomMapper { get; set; }
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))