fix: Phase1/Qdrant/PG moved to top-level subgraphs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user