fix: Phase1/Qdrant/PG moved to top-level subgraphs
This commit is contained in:
@@ -21,37 +21,36 @@ flowchart TB
|
||||
Pose
|
||||
end
|
||||
|
||||
subgraph Ingestion[入庫]
|
||||
direction TB
|
||||
subgraph Phase1[Phase 1]
|
||||
direction TB
|
||||
ASR & ASRX --> R1[Rule1 Sentence]
|
||||
R1 --> Vec[Vectorize]
|
||||
Vec --> P1[Pack1]
|
||||
end
|
||||
|
||||
subgraph Phase1[Phase 1]
|
||||
direction TB
|
||||
ASR & ASRX --> R1[Rule1 Sentence]
|
||||
R1 --> Vec[Vectorize]
|
||||
Vec --> P1[Pack1]
|
||||
end
|
||||
subgraph DB_Qdrant[Qdrant 向量庫]
|
||||
direction TB
|
||||
ASRX --> VoiceEmb[Voice Embedding]
|
||||
Face --> FaceEmb[Face Embedding]
|
||||
end
|
||||
|
||||
subgraph DB_Qdrant[Qdrant 向量庫]
|
||||
direction TB
|
||||
ASRX --> VoiceEmb[Voice Embedding]
|
||||
Face --> FaceEmb[Face Embedding]
|
||||
end
|
||||
subgraph DB_PG[PG 向量庫]
|
||||
direction TB
|
||||
Vec --> SentEmb[Sentence Embedding]
|
||||
Story --> StoryEmb[Story Embedding]
|
||||
FiveW1H --> LLMEmb[LLM Embedding]
|
||||
end
|
||||
|
||||
subgraph DB_PG[PG 向量庫]
|
||||
direction TB
|
||||
Vec --> SentEmb[Sentence Embedding]
|
||||
Story --> StoryEmb[Story Embedding]
|
||||
FiveW1H --> LLMEmb[LLM Embedding]
|
||||
end
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user