Package dev.langchain4j.model.embedding.request
package dev.langchain4j.model.embedding.request
-
ClassDescriptionThe default, map-backed implementation of
EmbeddingRequestParameters.The role a piece of text plays in a retrieval task, allowing a provider to encode it differently.A typed, stable identifier for a singleEmbeddingRequestParametersvalue.A request to anEmbeddingModel, containing a batch ofEmbeddingInputs to embed and the per-callparameters.The per-call parameters of anEmbeddingRequest, such asEmbeddingRequestParameters.dimensions()orEmbeddingRequestParameters.inputType().