fix: Phase1/Qdrant/PG moved to top-level subgraphs
This commit is contained in:
@@ -21,9 +21,6 @@ flowchart TB
|
||||
Pose
|
||||
end
|
||||
|
||||
subgraph Ingestion[入庫]
|
||||
direction TB
|
||||
|
||||
subgraph Phase1[Phase 1]
|
||||
direction TB
|
||||
ASR & ASRX --> R1[Rule1 Sentence]
|
||||
@@ -44,6 +41,8 @@ flowchart TB
|
||||
FiveW1H --> LLMEmb[LLM Embedding]
|
||||
end
|
||||
|
||||
subgraph Ingestion[其他入庫]
|
||||
direction TB
|
||||
Cut & ASR --> R3[Rule3 Scene]
|
||||
FaceEmb --> Trace[Face Trace]
|
||||
Trace --> Qdrant & TChunks[Trace Chunks] & TKG
|
||||
|
||||
Reference in New Issue
Block a user