Class EmbeddingModelResponseContext

java.lang.Object
dev.langchain4j.model.embedding.listener.EmbeddingModelResponseContext

@Experimental public class EmbeddingModelResponseContext extends Object
The embedding model response context. It contains the Response, corresponding input, the EmbeddingModel and attributes. The attributes can be used to pass data between methods of an EmbeddingModelListener or between multiple EmbeddingModelListeners.
Since:
1.11.0