Class EmbeddingResponse

java.lang.Object
dev.langchain4j.model.embedding.response.EmbeddingResponse

@Experimental public class EmbeddingResponse extends Object
The result of embedding an EmbeddingRequest: the Embeddings produced for the request's inputs (in the same order) together with the EmbeddingResponseMetadata such as the model name and token usage.
Since:
1.18.0