Uses of Class
com.microsoft.semantickernel.data.vectorstorage.options.UpsertRecordOptions
-
Packages that use UpsertRecordOptions Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.vectorstorage -
-
Uses of UpsertRecordOptions in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type UpsertRecordOptions Modifier and Type Method Description reactor.core.publisher.Mono<String>VolatileVectorStoreRecordCollection. upsertAsync(Record data, UpsertRecordOptions options)Inserts or updates a record in the store.reactor.core.publisher.Mono<List<String>>VolatileVectorStoreRecordCollection. upsertBatchAsync(List<Record> data, UpsertRecordOptions options)Inserts or updates a batch of records in the store. -
Uses of UpsertRecordOptions in com.microsoft.semantickernel.data.vectorstorage
Methods in com.microsoft.semantickernel.data.vectorstorage with parameters of type UpsertRecordOptions Modifier and Type Method Description reactor.core.publisher.Mono<Key>VectorStoreRecordCollection. upsertAsync(Record data, UpsertRecordOptions options)Inserts or updates a record in the store.reactor.core.publisher.Mono<List<Key>>VectorStoreRecordCollection. upsertBatchAsync(List<Record> data, UpsertRecordOptions options)Inserts or updates a batch of records in the store.
-