fix: restructure 入库 into Phase1, Qdrant向量庫, PG向量庫
This commit is contained in:
@@ -23,16 +23,28 @@ flowchart TB
|
|||||||
|
|
||||||
subgraph Ingestion[入庫]
|
subgraph Ingestion[入庫]
|
||||||
direction TB
|
direction TB
|
||||||
ASR & ASRX --> R1[Rule1 Sentence]
|
|
||||||
R1 --> Vec[Vectorize] & P1[Pack1]
|
|
||||||
Cut & ASR --> R3[Rule3 Scene]
|
|
||||||
|
|
||||||
subgraph VectorDB[向量庫]
|
subgraph Phase1[Phase 1]
|
||||||
|
direction TB
|
||||||
|
ASR & ASRX --> R1[Rule1 Sentence]
|
||||||
|
R1 --> Vec[Vectorize]
|
||||||
|
Vec --> P1[Pack1]
|
||||||
|
end
|
||||||
|
|
||||||
|
subgraph DB_Qdrant[Qdrant 向量庫]
|
||||||
direction TB
|
direction TB
|
||||||
ASRX --> VoiceEmb[Voice Embedding]
|
ASRX --> VoiceEmb[Voice Embedding]
|
||||||
Face --> FaceEmb[Face Embedding]
|
Face --> FaceEmb[Face Embedding]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
subgraph DB_PG[PG 向量庫]
|
||||||
|
direction TB
|
||||||
|
Vec --> SentEmb[Sentence Embedding]
|
||||||
|
Story --> StoryEmb[Story Embedding]
|
||||||
|
FiveW1H --> LLMEmb[LLM Embedding]
|
||||||
|
end
|
||||||
|
|
||||||
|
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
|
||||||
Face & YOLO --> SceneM[Scene Meta]
|
Face & YOLO --> SceneM[Scene Meta]
|
||||||
|
|||||||
Reference in New Issue
Block a user