Class EmbeddingStoreResponseContext.Add<Embedded>
java.lang.Object
dev.langchain4j.store.embedding.listener.EmbeddingStoreResponseContext<Embedded>
dev.langchain4j.store.embedding.listener.EmbeddingStoreResponseContext.Add<Embedded>
- Enclosing class:
EmbeddingStoreResponseContext<Embedded>
@Experimental
public static final class EmbeddingStoreResponseContext.Add<Embedded>
extends EmbeddingStoreResponseContext<Embedded>
The
add(...) 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
Constructors -
Method Summary
Methods inherited from class EmbeddingStoreResponseContext
attributes, embeddingStore, requestContext
-
Constructor Details
-
Add
-
-
Method Details
-
returnedId
- Returns:
- The returned ID for operations like
add(Embedding)andadd(Embedding, Embedded)(if applicable).
-