Expand description
Pipeline processing for multi-step information extraction.
This module provides a pipeline system for processing documents through multiple extraction steps, creating nested hierarchical structures from text.
Modules§
- utils
- Utility functions for pipeline management
Structs§
- Pipeline
Config - Configuration for the entire pipeline
- Pipeline
Executor - Pipeline executor
- Pipeline
Filter - Filter configuration for processing specific extractions
- Pipeline
Result - Complete pipeline execution result
- Pipeline
Step - A single step in a processing pipeline
- Step
Result - Results from a single pipeline step