fix: Phase1/Qdrant/PG moved to top-level subgraphs

This commit is contained in:
Accusys
2026-05-18 13:12:32 +08:00
parent 56e6d2a985
commit be216f26bd

View File

@@ -21,9 +21,6 @@ flowchart TB
Pose Pose
end end
subgraph Ingestion[入庫]
direction TB
subgraph Phase1[Phase 1] subgraph Phase1[Phase 1]
direction TB direction TB
ASR & ASRX --> R1[Rule1 Sentence] ASR & ASRX --> R1[Rule1 Sentence]
@@ -44,6 +41,8 @@ flowchart TB
FiveW1H --> LLMEmb[LLM Embedding] FiveW1H --> LLMEmb[LLM Embedding]
end end
subgraph Ingestion[其他入庫]
direction TB
Cut & ASR --> R3[Rule3 Scene] Cut & ASR --> R3[Rule3 Scene]
FaceEmb --> Trace[Face Trace] FaceEmb --> Trace[Face Trace]
Trace --> Qdrant & TChunks[Trace Chunks] & TKG Trace --> Qdrant & TChunks[Trace Chunks] & TKG