Package dev.langchain4j.store.embedding
Class IngestionResult
-
- All Implemented Interfaces:
public class IngestionResultRepresents the result of a EmbeddingStoreIngestor ingestion process.
-
-
Constructor Summary
Constructors Constructor Description IngestionResult(TokenUsage tokenUsage)
-
Method Summary
Modifier and Type Method Description TokenUsagetokenUsage()-
-
Constructor Detail
-
IngestionResult
IngestionResult(TokenUsage tokenUsage)
-
-
Method Detail
-
tokenUsage
TokenUsage tokenUsage()
-
-
-
-