ListCollectionNamesAsync

This method retrieves the names of all the collections in the vector store.

Declaration

// C#
public async IAsyncEnumerable<string> ListCollectionNamesAsync(CancellationToken cancellationToken = default)

Parameters

  • cancellationToken

    The cancellation token.

Return Value

The list of all the collection names in the vector store.

Implements

Microsoft.Extensions.VectorData.VectorStore