RedisJsonVectorStoreRecordCollection<TRecord>.CollectionExistsAsync Method

Definition

Check if the collection exists in the vector store.

public System.Threading.Tasks.Task<bool> CollectionExistsAsync (System.Threading.CancellationToken cancellationToken = default);

Parameters

cancellationToken
CancellationToken

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

Returns

true if the collection exists, false otherwise.

Implements

Applies to