fix: Phase1/Qdrant/PG moved to top-level subgraphs
This commit is contained in:
@@ -21,37 +21,36 @@ flowchart TB
|
|||||||
Pose
|
Pose
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph Ingestion[入庫]
|
subgraph Phase1[Phase 1]
|
||||||
direction TB
|
direction TB
|
||||||
|
ASR & ASRX --> R1[Rule1 Sentence]
|
||||||
|
R1 --> Vec[Vectorize]
|
||||||
|
Vec --> P1[Pack1]
|
||||||
|
end
|
||||||
|
|
||||||
subgraph Phase1[Phase 1]
|
subgraph DB_Qdrant[Qdrant 向量庫]
|
||||||
direction TB
|
direction TB
|
||||||
ASR & ASRX --> R1[Rule1 Sentence]
|
ASRX --> VoiceEmb[Voice Embedding]
|
||||||
R1 --> Vec[Vectorize]
|
Face --> FaceEmb[Face Embedding]
|
||||||
Vec --> P1[Pack1]
|
end
|
||||||
end
|
|
||||||
|
|
||||||
subgraph DB_Qdrant[Qdrant 向量庫]
|
subgraph DB_PG[PG 向量庫]
|
||||||
direction TB
|
direction TB
|
||||||
ASRX --> VoiceEmb[Voice Embedding]
|
Vec --> SentEmb[Sentence Embedding]
|
||||||
Face --> FaceEmb[Face Embedding]
|
Story --> StoryEmb[Story Embedding]
|
||||||
end
|
FiveW1H --> LLMEmb[LLM Embedding]
|
||||||
|
end
|
||||||
|
|
||||||
subgraph DB_PG[PG 向量庫]
|
subgraph Ingestion[其他入庫]
|
||||||
direction TB
|
direction TB
|
||||||
Vec --> SentEmb[Sentence Embedding]
|
Cut & ASR --> R3[Rule3 Scene]
|
||||||
Story --> StoryEmb[Story Embedding]
|
FaceEmb --> Trace[Face Trace]
|
||||||
FiveW1H --> LLMEmb[LLM Embedding]
|
Trace --> Qdrant & TChunks[Trace Chunks] & TKG
|
||||||
end
|
Face & YOLO --> SceneM[Scene Meta]
|
||||||
|
Face & ASRX --> IDAgent[ID Agent]
|
||||||
Cut & ASR --> R3[Rule3 Scene]
|
Cut & ASR --> A5[5W1H Agent]
|
||||||
FaceEmb --> Trace[Face Trace]
|
A5 --> P2[Pack2]
|
||||||
Trace --> Qdrant & TChunks[Trace Chunks] & TKG
|
end
|
||||||
Face & YOLO --> SceneM[Scene Meta]
|
|
||||||
Face & ASRX --> IDAgent[ID Agent]
|
|
||||||
Cut & ASR --> A5[5W1H Agent]
|
|
||||||
A5 --> P2[Pack2]
|
|
||||||
end
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Pipeline Completion Flow
|
### Pipeline Completion Flow
|
||||||
|
|||||||
Reference in New Issue
Block a user