From bc962e910d2f2fb6192f50f6d301489e7b650801 Mon Sep 17 00:00:00 2001 From: Accusys Date: Mon, 18 May 2026 13:28:45 +0800 Subject: [PATCH] fix: simplify vector DB labels --- docs_v1.0/API_WORKSPACE/modules/10_pipeline.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md index ce14edf..75f35d2 100644 --- a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md +++ b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md @@ -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[其他入庫]