Class EmbedService
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class EmbedService : CrudServiceBase<CohereClient>, ICrudService
Constructors
|
Edit this page
View Source
EmbedService(CohereClient)
Declaration
public EmbedService(CohereClient client)
Parameters
Methods
|
Edit this page
View Source
CreateAsync(CohereEmbeddingRequest, RequestOptions)
Declaration
public UniTask<CohereEmbeddingResponse> CreateAsync(CohereEmbeddingRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods