Uses of Class
org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
Packages that use PostgresMlEmbeddingOptions
Package
Description
-
Uses of PostgresMlEmbeddingOptions in org.springframework.ai.model.postgresml.autoconfigure
Methods in org.springframework.ai.model.postgresml.autoconfigure that return PostgresMlEmbeddingOptionsMethods in org.springframework.ai.model.postgresml.autoconfigure with parameters of type PostgresMlEmbeddingOptionsModifier and TypeMethodDescriptionvoidPostgresMlEmbeddingProperties.setOptions(PostgresMlEmbeddingOptions options) -
Uses of PostgresMlEmbeddingOptions in org.springframework.ai.postgresml
Fields in org.springframework.ai.postgresml declared as PostgresMlEmbeddingOptionsModifier and TypeFieldDescriptionprotected PostgresMlEmbeddingOptionsPostgresMlEmbeddingOptions.Builder.optionsMethods in org.springframework.ai.postgresml that return PostgresMlEmbeddingOptionsConstructors in org.springframework.ai.postgresml with parameters of type PostgresMlEmbeddingOptionsModifierConstructorDescriptionPostgresMlEmbeddingModel(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, PostgresMlEmbeddingOptions options) PostgresMlEmbeddingModel(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, PostgresMlEmbeddingOptions options, boolean createExtension) a PostgresMlEmbeddingModel constructor