remove: pipeline flowchart diagram
This commit is contained in:
@@ -4,59 +4,6 @@
|
||||
|
||||
## Pipeline
|
||||
|
||||
### Dependency Graph
|
||||
|
||||
```mermaid
|
||||
flowchart TB
|
||||
subgraph Processors[Processors]
|
||||
direction TB
|
||||
Cut --> ASR
|
||||
ASR --> ASRX
|
||||
YOLO --> VisualChunk
|
||||
OCR
|
||||
Pose
|
||||
Face
|
||||
end
|
||||
|
||||
subgraph Agent[Agent]
|
||||
direction TB
|
||||
ASRX & Cut & YOLO & Face --> Story
|
||||
VisualChunk --> Story
|
||||
Story & ASR & Cut --> FiveW1H
|
||||
end
|
||||
|
||||
subgraph Phase1[Phase 1]
|
||||
direction TB
|
||||
ASR & ASRX --> R1[Rule1 Sentence]
|
||||
R1 --> Vec[Vectorize]
|
||||
Vec --> P1[Pack1]
|
||||
end
|
||||
|
||||
subgraph DB_Qdrant[向量庫]
|
||||
direction TB
|
||||
ASRX --> VoiceEmb[Voice Emb]
|
||||
Face --> FaceEmb[Face Emb]
|
||||
end
|
||||
|
||||
subgraph DB_PG[向量庫]
|
||||
direction TB
|
||||
Vec --> SentEmb[Sentence Emb]
|
||||
Story --> Templ5W1H[Template 5W1H Story]
|
||||
FiveW1H --> LLM5W1H[LLM 5W1H]
|
||||
end
|
||||
|
||||
subgraph Ingestion[其他入庫]
|
||||
direction TB
|
||||
Cut & ASR --> R3[Rule3 Scene]
|
||||
FaceEmb --> Trace[Face Trace]
|
||||
Trace --> Qdrant & TChunks[Trace Chunks] & TKG
|
||||
Face & YOLO --> SceneM[Scene Meta]
|
||||
Face & ASRX --> IDAgent[ID Agent]
|
||||
Cut & ASR --> A5[5W1H Agent]
|
||||
A5 --> P2[Pack2]
|
||||
end
|
||||
```
|
||||
|
||||
### Pipeline Completion Flow
|
||||
|
||||
The pipeline is **not complete** until both the 10 processors AND the 入庫 (ingestion) steps have finished. The worker polls every 3 seconds and only marks the job as `completed` when all ingestion steps verify OK.
|
||||
|
||||
Reference in New Issue
Block a user