From 522c0acabe2b4b91a51f98bc6c1e9def27c6d8aa Mon Sep 17 00:00:00 2001 From: Accusys Date: Mon, 18 May 2026 13:26:15 +0800 Subject: [PATCH] fix: rename Story 5W1H Summary -> Template 5W1H Story Summary --- docs_v1.0/API_WORKSPACE/modules/10_pipeline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md index fb7f8da..ce14edf 100644 --- a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md +++ b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md @@ -41,7 +41,7 @@ end subgraph DB_PG[PG 向量庫] direction TB Vec --> SentEmb[Sentence Embedding] - Story --> Story5W1H[Story 5W1H Summary] + Story --> Templ5W1H[Template 5W1H Story Summary] FiveW1H --> LLM5W1H[LLM 5W1H Summary] end @@ -104,7 +104,7 @@ These steps run after the 10 processors and are **required for pipeline completi | 8 | **TKG Builder** | Face Trace done | `tkg_nodes` + `tkg_edges` tables have rows | | 9 | **TMDb Face Matching** | TMDb enabled + Face done | `face_detections.identity_id` IS NOT NULL | | 10 | **Heuristic Scene Metadata** | Face + YOLO done | `{file_uuid}.scene_meta.json` exists on disk | -| 11 | **Story 5W1H Summary (PG)** | Story done | `chunk.embedding` IS NOT NULL for story chunks | +| 11 | **Template 5W1H Story Summary (PG)** | Story done | `chunk.embedding` IS NOT NULL for story chunks | | 12 | **LLM 5W1H Summary (PG)** | 5W1H done | `chunk.embedding` IS NOT NULL for llm chunks | | 13 | **Voice Embedding (Qdrant)** | ASRX done | Qdrant voice collection populated | | 14 | **Face Embedding (Qdrant)** | Face done | Qdrant face collection populated |