Uses of Enum Class
org.springframework.ai.postgresml.PostgresMlEmbeddingModel.VectorType
-
Uses of PostgresMlEmbeddingModel.VectorType in org.springframework.ai.postgresml
Methods in org.springframework.ai.postgresml that return PostgresMlEmbeddingModel.VectorTypeModifier and TypeMethodDescriptionPostgresMlEmbeddingOptions.getVectorType()Returns the enum constant of this class with the specified name.static PostgresMlEmbeddingModel.VectorType[]PostgresMlEmbeddingModel.VectorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.postgresml with parameters of type PostgresMlEmbeddingModel.VectorTypeModifier and TypeMethodDescriptionvoidPostgresMlEmbeddingOptions.setVectorType(PostgresMlEmbeddingModel.VectorType vectorType) PostgresMlEmbeddingOptions.Builder.vectorType(PostgresMlEmbeddingModel.VectorType vectorType)