fix: rename Story 5W1H Summary -> Template 5W1H Story Summary
This commit is contained in:
@@ -41,7 +41,7 @@ end
|
|||||||
subgraph DB_PG[PG 向量庫]
|
subgraph DB_PG[PG 向量庫]
|
||||||
direction TB
|
direction TB
|
||||||
Vec --> SentEmb[Sentence Embedding]
|
Vec --> SentEmb[Sentence Embedding]
|
||||||
Story --> Story5W1H[Story 5W1H Summary]
|
Story --> Templ5W1H[Template 5W1H Story Summary]
|
||||||
FiveW1H --> LLM5W1H[LLM 5W1H Summary]
|
FiveW1H --> LLM5W1H[LLM 5W1H Summary]
|
||||||
end
|
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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 13 | **Voice Embedding (Qdrant)** | ASRX done | Qdrant voice collection populated |
|
||||||
| 14 | **Face Embedding (Qdrant)** | Face done | Qdrant face collection populated |
|
| 14 | **Face Embedding (Qdrant)** | Face done | Qdrant face collection populated |
|
||||||
|
|||||||
Reference in New Issue
Block a user