Class EmbeddingStoreRequestContext.RemoveAll<Embedded>
java.lang.Object
dev.langchain4j.store.embedding.listener.EmbeddingStoreRequestContext<Embedded>
dev.langchain4j.store.embedding.listener.EmbeddingStoreRequestContext.RemoveAll<Embedded>
- Enclosing class:
EmbeddingStoreRequestContext<Embedded>
@Experimental
public static final class EmbeddingStoreRequestContext.RemoveAll<Embedded>
extends EmbeddingStoreRequestContext<Embedded>
The
removeAll() request context.- Since:
- 1.11.0
-
Nested Class Summary
Nested classes/interfaces inherited from class EmbeddingStoreRequestContext
EmbeddingStoreRequestContext.Add<Embedded>, EmbeddingStoreRequestContext.AddAll<Embedded>, EmbeddingStoreRequestContext.Remove<Embedded>, EmbeddingStoreRequestContext.RemoveAll<Embedded>, EmbeddingStoreRequestContext.RemoveAllFilter<Embedded>, EmbeddingStoreRequestContext.RemoveAllIds<Embedded>, EmbeddingStoreRequestContext.Search<Embedded> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EmbeddingStoreRequestContext
attributes, embeddingStore
-
Constructor Details
-
RemoveAll
-