fix: simplify vector DB labels
This commit is contained in:
@@ -32,17 +32,17 @@ subgraph Phase1[Phase 1]
|
||||
Vec --> P1[Pack1]
|
||||
end
|
||||
|
||||
subgraph DB_Qdrant[Qdrant 向量庫]
|
||||
subgraph DB_Qdrant[向量庫]
|
||||
direction TB
|
||||
ASRX --> VoiceEmb[Voice Embedding]
|
||||
Face --> FaceEmb[Face Embedding]
|
||||
ASRX --> VoiceEmb[Voice Emb]
|
||||
Face --> FaceEmb[Face Emb]
|
||||
end
|
||||
|
||||
subgraph DB_PG[PG 向量庫]
|
||||
subgraph DB_PG[向量庫]
|
||||
direction TB
|
||||
Vec --> SentEmb[Sentence Embedding]
|
||||
Story --> Templ5W1H[Template 5W1H Story Summary]
|
||||
FiveW1H --> LLM5W1H[LLM 5W1H Summary]
|
||||
Vec --> SentEmb[Sentence Emb]
|
||||
Story --> Templ5W1H[Template 5W1H Story]
|
||||
FiveW1H --> LLM5W1H[LLM 5W1H]
|
||||
end
|
||||
|
||||
subgraph Ingestion[其他入庫]
|
||||
|
||||
Reference in New Issue
Block a user