ensureCollectionExistsAsync abstract method

Future<void> ensureCollectionExistsAsync({
  1. CancellationToken? cancellationToken,
})

Creates the collection in the vector store if it does not already exist.

Implementation

Future<void> ensureCollectionExistsAsync({
  CancellationToken? cancellationToken,
});