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