EmbeddingModel.cohere constructor
Create a Cohere embedding model (e.g. embed-english-v3.0).
Implementation
factory EmbeddingModel.cohere(String apiKey, String modelId,
{String? baseUrl}) =>
EmbeddingModel._(construct2(apiKey, modelId, baseUrl,
_ffi.cohereEmbeddingNew, _ffi.cohereEmbeddingNewWithBase));