Table of Contents

Method DeleteFromMetadataAsync

Namespace
LMKit.Data.Storage
Assembly
LM-Kit.NET.dll

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 string

The name of the collection from which entries will be deleted.

metadata MetadataCollection

A 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 CancellationToken

An optional token that can be used to cancel the asynchronous deletion operation.

Returns

Task

A task representing the asynchronous deletion operation.