Table of Contents

Method EnsureCollectionDeletedAsync

Namespace
Qavren.Edge.VectorData
Assembly
Qavren.Edge.VectorData.dll

EnsureCollectionDeletedAsync(CancellationToken)

Deletes the collection from the vector store if it exists.

public override Task EnsureCollectionDeletedAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

The CancellationToken to monitor for cancellation requests. The default is None.

Returns

Task

A Task that completes when the collection has been deleted.