Method DeleteFromMetadataAsync
DeleteFromMetadataAsync(string, MetadataCollection, CancellationToken)
Asynchronously deletes all vector entries from the specified collection that match the provided metadata filter.
Task DeleteFromMetadataAsync(string collectionIdentifier, MetadataCollection metadata, CancellationToken cancellationToken = default)
Parameters
collectionIdentifier
stringThe name of the collection from which entries will be deleted.
metadata
MetadataCollectionA collection of metadata key-value pairs that identifies the entries to be removed. Only entries whose metadata fully match these key-value pairs will be deleted.
cancellationToken
CancellationTokenAn optional token that can be used to cancel the asynchronous deletion operation.
Returns
- Task
A task representing the asynchronous deletion operation.