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