What problem does it solve?
When upload-agent receives a local document ingestion request, this workflow triggers the doc-converter for format conversion and dispatches the results to knowledge-persistence for chunking and Milvus ingestion. It runs in parallel with get-info-workflow and avoids external补库 chains.
Core Features & Use Cases
- Validates input files and supported formats, coordinating a robust end-to-end ingest workflow.
- Dispatches doc-converter to convert documents to a common Markdown representation and prepares raw/archived outputs.
- Coordinates knowledge-persistence to chunk content, generate QA-ready frontmatter, and perform Milvus ingestion.
- Returns an ingestion summary with per-document results and failure details to enable retry and auditing.
Quick Start
Provide local document paths to ingest and the system will validate, convert formats, generate frontmatter, chunk, and store results.