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 anEmbeddingStorethat was specified during the creation of thisEmbeddingStoreIngestor.Ingests specified documents into anEmbeddingStorethat was specified during the creation of thisEmbeddingStoreIngestor.static IngestionResultEmbeddingStoreIngestor.ingest(Document document, EmbeddingStore<TextSegment> embeddingStore) Ingests a specifiedDocumentinto a specifiedEmbeddingStore.Ingests specified documents into anEmbeddingStorethat was specified during the creation of thisEmbeddingStoreIngestor.static IngestionResultEmbeddingStoreIngestor.ingest(List<Document> documents, EmbeddingStore<TextSegment> embeddingStore) Ingests specifiedDocuments into a specifiedEmbeddingStore.