Class PostgresMlEmbeddingOptions.Builder
java.lang.Object
org.springframework.ai.postgresml.PostgresMlEmbeddingOptions.Builder
- Enclosing class:
- PostgresMlEmbeddingOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withKwargs(String kwargs) withKwargs(Map<String, Object> kwargs) withMetadataMode(MetadataMode metadataMode) withTransformer(String transformer) withVectorType(PostgresMlEmbeddingModel.VectorType vectorType)
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTransformer
-
withVectorType
public PostgresMlEmbeddingOptions.Builder withVectorType(PostgresMlEmbeddingModel.VectorType vectorType) -
withKwargs
-
withKwargs
-
withMetadataMode
-
build
-