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[其他入庫]