Principle:Infiniflow Ragflow Dataflow Pipeline
| Knowledge Sources | |
|---|---|
| Domains | Frontend, Dataflow |
| Last Updated | 2026-02-12 06:00 GMT |
Overview
A visual pipeline pattern for displaying document processing results as a multi-step timeline with parser, chunker, and embedding stages.
Description
Dataflow Pipeline provides the frontend visualization of document processing pipeline results. It presents a timeline navigation showing processing stages (parsing, chunking, embedding), with each stage having its own content panel. The page supports both knowledge-base and agent workflow contexts, includes document preview with chunk highlights, and tracks rerun state. Individual stage components (DataflowParser, DataflowChunker) render step-specific results with configuration details.
Usage
Accessed when viewing pipeline processing results for a document, allowing users to inspect each stage of the document processing pipeline.
Theoretical Basis
Implements the pipeline visualization pattern where each processing stage is represented as a timeline node, allowing users to navigate between stages and inspect intermediate results.