Class EmbeddingStoreRequestContext.AddAll<Embedded>

java.lang.Object
dev.langchain4j.store.embedding.listener.EmbeddingStoreRequestContext<Embedded>
dev.langchain4j.store.embedding.listener.EmbeddingStoreRequestContext.AddAll<Embedded>
Enclosing class:
EmbeddingStoreRequestContext<Embedded>

@Experimental public static final class EmbeddingStoreRequestContext.AddAll<Embedded> extends EmbeddingStoreRequestContext<Embedded>
The addAll(...) request context.
Since:
1.11.0
  • Constructor Details

  • Method Details

    • ids

      public List<String> ids()
      Returns:
      The IDs argument for operations like addAll(ids, ...) (if applicable).
    • embeddings

      public List<Embedding> embeddings()
      Returns:
      The embeddings argument for addAll(...) operations.
    • embeddedList

      public List<Embedded> embeddedList()
      Returns:
      The list of embedded contents for addAll(..., embedded) (if applicable).