From 13bc3f7f80e1a126b3bcc400395ff5859f8bd8ec Mon Sep 17 00:00:00 2001 From: Accusys Date: Mon, 18 May 2026 13:20:17 +0800 Subject: [PATCH] fix: correct naming - story sentence embedding / llm summary sentence embedding --- docs_v1.0/API_WORKSPACE/modules/10_pipeline.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md index 4e6f5f5..9bb2c0f 100644 --- a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md +++ b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md @@ -41,8 +41,8 @@ end subgraph DB_PG[PG 向量庫] direction TB Vec --> SentEmb[Sentence Embedding] - Story --> StoryEmb[Story Embedding] - FiveW1H --> LLMEmb[LLM Embedding] + Story --> StorySentEmb[Story Sentence Embedding] + FiveW1H --> LLMSentEmb[LLM Summary Sentence Embedding] end subgraph Ingestion[其他入庫] @@ -104,8 +104,8 @@ 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 Embedding (PG)** | Story done | `chunk.embedding` IS NOT NULL for `story_parent` chunks | -| 12 | **5W1H Embedding (PG)** | 5W1H done | `chunk.embedding` IS NOT NULL for `llm_parent` chunks | +| 11 | **Story Sentence Embedding (PG)** | Story done | `chunk.embedding` IS NOT NULL for story chunks | +| 12 | **LLM Summary Sentence Embedding (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 | | 15 | **Identity Agent** | Face + ASRX done | `identities` with `source = 'identity_agent'` |