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
cancellationTokenCancellationTokenThe CancellationToken to monitor for cancellation requests. The default is None.