Uses of Class
org.springframework.ai.postgresml.PostgresMlEmbeddingOptions
Packages that use PostgresMlEmbeddingOptions
Package
Description
-
Uses of PostgresMlEmbeddingOptions in org.springframework.ai.autoconfigure.postgresml
Methods in org.springframework.ai.autoconfigure.postgresml that return PostgresMlEmbeddingOptionsMethods in org.springframework.ai.autoconfigure.postgresml with parameters of type PostgresMlEmbeddingOptionsModifier and TypeMethodDescriptionvoid
PostgresMlEmbeddingProperties.setOptions
(PostgresMlEmbeddingOptions options) -
Uses of PostgresMlEmbeddingOptions in org.springframework.ai.postgresml
Fields in org.springframework.ai.postgresml declared as PostgresMlEmbeddingOptionsModifier and TypeFieldDescriptionprotected PostgresMlEmbeddingOptions
PostgresMlEmbeddingOptions.Builder.options
Methods 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