fix: add missing vector storage steps to 入库 checklist
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user