Uses of Enum Class
dev.langchain4j.model.mistralai.MistralAiEmbeddingModelName
Packages that use MistralAiEmbeddingModelName
-
Uses of MistralAiEmbeddingModelName in dev.langchain4j.model.mistralai
Subclasses with type arguments of type MistralAiEmbeddingModelName in dev.langchain4j.model.mistralaiModifier and TypeClassDescriptionenum
The MistralAiEmbeddingModelName enum represents the available embedding models in the Mistral AI module.Methods in dev.langchain4j.model.mistralai that return MistralAiEmbeddingModelNameModifier and TypeMethodDescriptionstatic MistralAiEmbeddingModelName
Returns the enum constant of this class with the specified name.static MistralAiEmbeddingModelName[]
MistralAiEmbeddingModelName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.mistralai with parameters of type MistralAiEmbeddingModelNameModifier and TypeMethodDescriptionMistralAiEmbeddingModel.MistralAiEmbeddingModelBuilder.modelName
(MistralAiEmbeddingModelName modelName)