Enum IngestionStage
What a run is doing right now. Drives a foreground notification's text (spec 10.4).
public enum IngestionStage
Fields
Enumerating = 0Walking the source.
Extracting = 1Inside an extractor.
Chunking = 2Inside a chunker.
Embedding = 3Inside spec 9.5 step a1.
Writing = 4Inside spec 9.5 step a2 or b.
Repairing = 5Inside spec 9.5 step c.
Pruning = 6Inside spec 9.6.