From 35a94aa9794517e736bc509d8b888ccbf1da0d5c Mon Sep 17 00:00:00 2001 From: Accusys Date: Mon, 18 May 2026 13:18:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20add=20missing=20vector=20storage=20steps?= =?UTF-8?q?=20to=20=E5=85=A5=E5=BA=93=20checklist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs_v1.0/API_WORKSPACE/modules/10_pipeline.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md index 72d1136..4e6f5f5 100644 --- a/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md +++ b/docs_v1.0/API_WORKSPACE/modules/10_pipeline.md @@ -104,9 +104,13 @@ 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 | **Identity Agent** | Face + ASRX done | `identities` with `source = 'identity_agent'` | -| 12 | **5W1H Agent** | Cut + ASR done | `chunk.summary_text` IS NOT NULL for cut chunks | -| 13 | **Release Pack** | 5W1H Agent done | `release_pack.py --phase 2` executed | +| 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 | +| 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'` | +| 16 | **5W1H Agent** | Cut + ASR done | `chunk.summary_text` IS NOT NULL for cut chunks | +| 17 | **Release Pack** | 5W1H Agent done | `release_pack.py --phase 2` executed | ### Ingestion Status