Package dev.langchain4j.model.vertexai
Class VertexAiEmbeddingModel.Builder
java.lang.Object
dev.langchain4j.model.vertexai.VertexAiEmbeddingModel.Builder
- Enclosing class:
VertexAiEmbeddingModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionautoTruncate
(Boolean autoTruncate) build()
maxRetries
(Integer maxRetries) maxSegmentsPerBatch
(Integer maxBatchSize) maxTokensPerBatch
(Integer maxTokensPerBatch) outputDimensionality
(Integer outputDimensionality) taskType
(VertexAiEmbeddingModel.TaskType taskType) titleMetadataKey
(String titleMetadataKey)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpoint
-
project
-
location
-
publisher
-
modelName
-
maxRetries
-
maxSegmentsPerBatch
-
maxTokensPerBatch
-
taskType
-
titleMetadataKey
-
autoTruncate
-
outputDimensionality
-
build
-