Method CollectionExistsAsync
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
CollectionExistsAsync(CancellationToken)
Checks if the collection exists in the vector store.
public override Task<bool> CollectionExistsAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenThe CancellationToken to monitor for cancellation requests. The default is None.