Uses of Class
com.unfbx.chatgpt.entity.embeddings.Embedding.Model
-
Packages that use Embedding.Model Package Description com.unfbx.chatgpt.entity.embeddings -
-
Uses of Embedding.Model in com.unfbx.chatgpt.entity.embeddings
Methods in com.unfbx.chatgpt.entity.embeddings that return Embedding.Model Modifier and Type Method Description static Embedding.ModelEmbedding.Model. valueOf(String name)Returns the enum constant of this type with the specified name.static Embedding.Model[]Embedding.Model. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.unfbx.chatgpt.entity.embeddings with parameters of type Embedding.Model Modifier and Type Method Description voidEmbedding. setModel(Embedding.Model model)
-