IChromaClient.GetCollectionAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns collection model instance by name.
public System.Threading.Tasks.Task<Microsoft.SemanticKernel.Connectors.Chroma.ChromaCollectionModel?> GetCollectionAsync (string collectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCollectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.Connectors.Chroma.ChromaCollectionModel>
Public Function GetCollectionAsync (collectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ChromaCollectionModel)
Parameters
- collectionName
- String
Collection name.
- cancellationToken
- CancellationToken
The CancellationToken to monitor for cancellation requests. The default is None.
Returns
Instance of ChromaCollectionModel model.