Table of Contents

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

cancellationToken CancellationToken

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

Returns

Task<bool>

true if the collection exists, false otherwise.