Class EmbeddingStoreResponseContext<Embedded>

java.lang.Object
dev.langchain4j.store.embedding.listener.EmbeddingStoreResponseContext<Embedded>
Direct Known Subclasses:
EmbeddingStoreResponseContext.Add, EmbeddingStoreResponseContext.AddAll, EmbeddingStoreResponseContext.Remove, EmbeddingStoreResponseContext.RemoveAll, EmbeddingStoreResponseContext.RemoveAllFilter, EmbeddingStoreResponseContext.RemoveAllIds, EmbeddingStoreResponseContext.Search

@Experimental public abstract class EmbeddingStoreResponseContext<Embedded> extends Object
The embedding store response context. It contains the response details, corresponding request details, and attributes. The attributes can be used to pass data between methods of an EmbeddingStoreListener or between multiple EmbeddingStoreListeners.
Since:
1.11.0