Uses of Enum Class
dev.langchain4j.model.openai.OpenAiEmbeddingModelName
Packages that use OpenAiEmbeddingModelName
-
Uses of OpenAiEmbeddingModelName in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai that return OpenAiEmbeddingModelNameModifier and TypeMethodDescriptionstatic OpenAiEmbeddingModelName
Returns the enum constant of this class with the specified name.static OpenAiEmbeddingModelName[]
OpenAiEmbeddingModelName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.openai with parameters of type OpenAiEmbeddingModelNameModifier and TypeMethodDescriptionOpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.modelName
(OpenAiEmbeddingModelName modelName) Constructors in dev.langchain4j.model.openai with parameters of type OpenAiEmbeddingModelNameModifierConstructorDescriptionOpenAiTokenizer
(OpenAiEmbeddingModelName modelName) Creates an instance of theOpenAiTokenizer
for a givenOpenAiEmbeddingModelName
.