Class VoyageAiEmbeddingModel
java.lang.Object
dev.langchain4j.model.embedding.DimensionAwareEmbeddingModel
dev.langchain4j.model.voyageai.VoyageAiEmbeddingModel
- All Implemented Interfaces:
EmbeddingModel
An implementation of an
EmbeddingModel that uses
Voyage AI Embedding API.-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class DimensionAwareEmbeddingModel
dimension -
Constructor Summary
ConstructorsConstructorDescriptionVoyageAiEmbeddingModel(HttpClientBuilder httpClientBuilder, Map<String, String> customHeaders, String baseUrl, Duration timeout, Integer maxRetries, String apiKey, String modelName, String inputType, Boolean truncation, String encodingFormat, Boolean logRequests, Boolean logResponses, Integer maxSegmentsPerBatch) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()embedAll(List<TextSegment> textSegments) protected IntegerMethods inherited from class DimensionAwareEmbeddingModel
dimensionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EmbeddingModel
embed, embed
-
Constructor Details
-
VoyageAiEmbeddingModel
@Deprecated(forRemoval=true, since="1.4.0") public VoyageAiEmbeddingModel(HttpClientBuilder httpClientBuilder, Map<String, String> customHeaders, String baseUrl, Duration timeout, Integer maxRetries, String apiKey, String modelName, String inputType, Boolean truncation, String encodingFormat, Boolean logRequests, Boolean logResponses, Integer maxSegmentsPerBatch) Deprecated, for removal: This API element is subject to removal in a future version. -
VoyageAiEmbeddingModel
-
-
Method Details
-
embedAll
-
knownDimension
- Overrides:
knownDimensionin classDimensionAwareEmbeddingModel
-
builder
-