Uses of Enum Class
ai.optfor.springopenaiapi.enums.EmbedModel
Packages that use EmbedModel
-
Uses of EmbedModel in ai.optfor.springopenaiapi
Methods in ai.optfor.springopenaiapi with parameters of type EmbedModelModifier and TypeMethodDescriptionOpenAIApi.embedding(EmbedModel model, String content, String openaiKey) OpenAIApi.embedding(EmbedModel model, List<String> content, String openaiKey) -
Uses of EmbedModel in ai.optfor.springopenaiapi.enums
Methods in ai.optfor.springopenaiapi.enums that return EmbedModelModifier and TypeMethodDescriptionstatic EmbedModelEmbedModel.apiValueOf(String apiName) static EmbedModelReturns the enum constant of this class with the specified name.static EmbedModel[]EmbedModel.values()Returns an array containing the constants of this enum class, in the order they are declared.