Uses of Class
dev.langchain4j.store.embedding.IngestionResult
Packages that use IngestionResult
-
Uses of IngestionResult in dev.langchain4j.store.embedding
Methods in dev.langchain4j.store.embedding that return IngestionResultModifier and TypeMethodDescriptionIngests a specified document into anEmbeddingStore
that was specified during the creation of thisEmbeddingStoreIngestor
.Ingests specified documents into anEmbeddingStore
that was specified during the creation of thisEmbeddingStoreIngestor
.static IngestionResult
EmbeddingStoreIngestor.ingest
(Document document, EmbeddingStore<TextSegment> embeddingStore) Ingests a specifiedDocument
into a specifiedEmbeddingStore
.Ingests specified documents into anEmbeddingStore
that was specified during the creation of thisEmbeddingStoreIngestor
.static IngestionResult
EmbeddingStoreIngestor.ingest
(List<Document> documents, EmbeddingStore<TextSegment> embeddingStore) Ingests specifiedDocument
s into a specifiedEmbeddingStore
.