+
+
Rule1: 處理器輸出
+
+ {{ proc.toUpperCase() }}
+ {{ formatProcCount(proc, info) }}
+
+
+
+
+
Rule1: PostgreSQL 入庫
+
+ Sentence Chunks
+ {{ getFileStats(ctxMenu.file.file_uuid).postgresql.sentence_chunks }}
+
+
+ Relationship Chunks
+ {{ getFileStats(ctxMenu.file.file_uuid).postgresql.relationship_chunks }}
+
+
+
+
+
Rule1: Qdrant 入庫
+
+ Text Chunks
+ {{ getFileStats(ctxMenu.file.file_uuid).qdrant.text_chunks }}
+
+
+ Face Points
+ {{ getFileStats(ctxMenu.file.file_uuid).qdrant.faces }}
+
+
+ Speakers
+ {{ getFileStats(ctxMenu.file.file_uuid).qdrant.speakers }}
+
+
+
+
+
Rule2: TKG Nodes
+
+ {{ formatNodeName(type) }}
+ {{ count }}
+
+
+
+
+
Rule2: TKG Edges
+
+ {{ formatEdgeName(type) }}
+ {{ count }}
+
+
+
+
+
Identity Agent
+
+ Identities Created
+ {{ getFileStats(ctxMenu.file.file_uuid).identity_agent.identities_created }}
+
+
+ TMDB Matches
+ {{ getFileStats(ctxMenu.file.file_uuid).identity_agent.tmdb_matches }}
+
+
+ Speaker Bindings
+ {{ getFileStats(ctxMenu.file.file_uuid).identity_agent.speaker_bindings }}
+
+
+ Confirmations
+ {{ getFileStats(ctxMenu.file.file_uuid).identity_agent.confirmations }}
+
+
+
+