Class CohereService
Inheritance
CohereService
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class CohereService : CrudServiceBase<AwsClient>, ICrudService, IBedrockService
Constructors
|
Edit this page
View Source
CohereService(AwsClient)
Declaration
public CohereService(AwsClient client)
Parameters
Methods
|
Edit this page
View Source
CreateEmbeddingAsync(CohereEmbeddingRequest, RequestOptions)
Declaration
public UniTask<CohereEmbeddingResponse> CreateEmbeddingAsync(CohereEmbeddingRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods