Class EmbeddingStoreRequestContext<Embedded>

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

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