Uses of Enum Class
dev.cachly.api.model.IndexRequest.EmbeddingTypeEnum
Packages that use IndexRequest.EmbeddingTypeEnum
-
Uses of IndexRequest.EmbeddingTypeEnum in dev.cachly.api.model
Methods in dev.cachly.api.model that return IndexRequest.EmbeddingTypeEnumModifier and TypeMethodDescriptionIndexRequest.getEmbeddingType()Modality of the entryReturns the enum constant of this class with the specified name.static IndexRequest.EmbeddingTypeEnum[]IndexRequest.EmbeddingTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.cachly.api.model with parameters of type IndexRequest.EmbeddingTypeEnumModifier and TypeMethodDescriptionIndexRequest.embeddingType(IndexRequest.EmbeddingTypeEnum embeddingType) voidIndexRequest.setEmbeddingType(IndexRequest.EmbeddingTypeEnum embeddingType)