fix: wrap vector storage in separate subgraph

This commit is contained in:
Accusys
2026-05-18 13:07:49 +08:00
parent 1515a0a682
commit ccf82ec8ba

View File

@@ -26,8 +26,13 @@ flowchart TB
ASR & ASRX --> R1[Rule1 Sentence]
R1 --> Vec[Vectorize] & P1[Pack1]
Cut & ASR --> R3[Rule3 Scene]
ASRX --> VoiceEmb[Voice Embedding]
Face --> FaceEmb[Face Embedding]
subgraph VectorDB[向量庫]
direction TB
ASRX --> VoiceEmb[Voice Embedding]
Face --> FaceEmb[Face Embedding]
end
FaceEmb --> Trace[Face Trace]
Trace --> Qdrant & TChunks[Trace Chunks] & TKG
Face & YOLO --> SceneM[Scene Meta]