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