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 TypeMethodDescriptionPostgresMlEmbeddingOptions.Builder.vectorType(@Nullable PostgresMlEmbeddingModel.VectorType vectorType) Constructors in org.springframework.ai.postgresml with parameters of type PostgresMlEmbeddingModel.VectorTypeModifierConstructorDescriptionprotectedPostgresMlEmbeddingOptions(@Nullable String transformer, @Nullable PostgresMlEmbeddingModel.VectorType vectorType, @Nullable Map<String, Object> kwargs, @Nullable org.springframework.ai.document.MetadataMode metadataMode)