diff --git a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md index 05c1f4a..dbc9744 100644 --- a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md +++ b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md @@ -7,47 +7,31 @@ ### Dependency Graph ```mermaid -flowchart TB - subgraph Processors["10 Processors"] - Cut[Cut] --> ASR[ASR] - ASR --> ASRX[ASRX] - ASRX --> Story[Story] - Cut --> Story - YOLO[YOLO] --> VisualChunk[VisualChunk] - VisualChunk --> Story - Face[Face] --> Story - Story --> FiveW1H[5W1H] - OCR[OCR] - Pose[Pose] +flowchart LR + subgraph Processors[10 Processors] + direction TB + Cut --> ASR + ASR --> ASRX + ASRX --> Story + YOLO --> Visual + Visual --> Story + Face --> Story + Story --> FiveW1H + OCR & Pose end - subgraph Ingestion["入庫 (Post-Processing)"] - ASR --> Rule1[Rule 1 Sentence] - ASRX --> Rule1 - Rule1 --> Vectorize[Auto-Vectorize] - Rule1 --> Phase1[Phase 1 Pack] - - Cut --> Rule3[Rule 3 Scene] - ASR --> Rule3 - - Face --> Trace[Face Trace] - Trace --> Qdrant[Qdrant Sync] - Trace --> TraceChunks[Trace Chunks] - Trace --> TKG[TKG Builder] - - Face --> TMDbMatch[TMDb Match] - Face --> SceneMeta[Scene Metadata] - YOLO --> SceneMeta - Face --> IdentityAgent[Identity Agent] - ASRX --> IdentityAgent - - Cut --> Agent5W1H[5W1H Agent] - ASR --> Agent5W1H - Agent5W1H --> Phase2[Phase 2 Pack] + subgraph Ingestion[入庫] + direction TB + ASR & ASRX --> Rule1 + Rule1 --> Vec[Vectorize] & P1[Pack1] + Cut & ASR --> Rule3 + Face --> Trace + Trace --> Qdrant & TChunks[Chunks] & TKG + Face & YOLO --> SceneM[Scene Meta] + Face & ASRX --> IDAgent[ID Agent] + Cut & ASR --> A5[5W1H Agent] + A5 --> P2[Pack2] end - - style Processors fill:#1a1a2e,stroke:#e94560 - style Ingestion fill:#16213e,stroke:#0f3460 ``` ### Pipeline Completion Flow diff --git a/docs_v1.0/doc_wasm/index.html b/docs_v1.0/doc_wasm/index.html index c0c96aa..04c520f 100644 --- a/docs_v1.0/doc_wasm/index.html +++ b/docs_v1.0/doc_wasm/index.html @@ -5,7 +5,7 @@