Package dev.langchain4j.model.embedding.response
package dev.langchain4j.model.embedding.response
-
ClassesClassDescriptionThe result of embedding an
EmbeddingRequest: theEmbeddings produced for the request's inputs (in the same order) together with theEmbeddingResponseMetadatasuch as the model name and token usage.Metadata returned alongside anEmbeddingResponse, describing the call that produced it: themodel nameand thetoken usage.