MistralEmbedding
- model_type (EmbeddingModelType, optional): The model type to be used for text embeddings. (default: :obj:
MISTRAL_EMBED
) - api_key (str, optional): The API key for authenticating with the Mistral service. (default: :obj:
None
) - dimensions (int, optional): The text embedding output dimensions. (default: :obj:
None
)
init
embed_list
- objs (list[str]): The texts for which to generate the embeddings. **kwargs (Any): Extra kwargs passed to the embedding API.