Table of Contents

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

name string

The name of the collection.

cancellationToken CancellationToken

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

Returns

Task<bool>

true if the collection exists, false otherwise.