class MistralEmbedding:
MISTRAL_EMBED
)None
)None
)def __init__(
self,
model_type: EmbeddingModelType = EmbeddingModelType.MISTRAL_EMBED,
api_key: str | None = None,
dimensions: int | None = None
):
def embed_list(self, objs: list[str], **kwargs: Any):
def get_output_dim(self):