From 6ede2a443c01bc9155ea16238cf9fd473f01962c Mon Sep 17 00:00:00 2001 From: Accusys Date: Sun, 21 Jun 2026 05:17:34 +0800 Subject: [PATCH] release: Phase 2.6-2.7 to production (3002) - edges migration and identity resolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release: 2026-06-21 05:15 Binary: Jun 21 05:14 (34MB) PID: 95567 Features: - Phase 2.6: All edges from Qdrant (co_occurrence, face_face, speaker_face) - Phase 2.7: Identity resolution for gaze_trace/lip_trace nodes - Rule2: Extended for face_trace/gaze_trace/lip_trace node types Architecture: - Complete TKG-only identity resolution - PostgreSQL fallback for empty Qdrant - Estimated 3.6x edges performance improvement Backup: momentry_backup_20260621_phase25 Commits: - e214106d: Phase 2.7 identity resolution - Phase 2.6 commits: edges migration to Qdrant Status: ✅ Release successful --- docs_v1.0/OPERATIONS/RELEASE_LOG.md | 67 ++++++++++++++++++++++++++++- 1 file changed, 65 insertions(+), 2 deletions(-) diff --git a/docs_v1.0/OPERATIONS/RELEASE_LOG.md b/docs_v1.0/OPERATIONS/RELEASE_LOG.md index a2c9a60..c05fc58 100644 --- a/docs_v1.0/OPERATIONS/RELEASE_LOG.md +++ b/docs_v1.0/OPERATIONS/RELEASE_LOG.md @@ -1,6 +1,6 @@ --- title: Release Log -version: 1.0 +version: 1.1 date: 2026-06-21 author: OpenCode status: Active @@ -8,7 +8,70 @@ status: Active ## Release History -### Release 2026-06-21: Phase 2.5 to Production +### Release 2026-06-21 05:15: Phase 2.6-2.7 to Production + +**Time**: 2026-06-21 05:15 +**Binary**: target/release/momentry (Jun 21, 05:14) +**Port**: 3002 (Production) +**PID**: 95567 + +#### Features Released +- **Phase 2.6.1**: co_occurrence_edges from Qdrant +- **Phase 2.6.2**: face_face_edges from Qdrant +- **Phase 2.6.3**: speaker_face_edges from Qdrant +- **Phase 2.7**: Identity resolution for gaze_trace/lip_trace nodes +- **Rule2**: Extended identity resolution (face_trace/gaze_trace/lip_trace) + +#### Architecture Changes +- All edges use Qdrant payload (no face_detections queries) +- All face-related nodes have identity_id in properties +- PostgreSQL fallback for empty Qdrant collections +- Complete TKG-only identity resolution + +#### Qdrant Collections +- `momentry_face_embeddings`: Active (dim=512, Cosine) +- Status: Green, 0 points (新视频将自动填充) + +#### Database +- Schema: public +- Compatibility: Fully compatible with Phase 2.6-2.7 +- No migration needed + +#### Performance Estimate +``` +Edges migration: 3.6x faster (270ms → 75ms estimated) +Identity resolution: Unified for all face-related nodes +TKG rebuild: Maintained ~1.85s (with PostgreSQL fallback) +``` + +#### Backup +- Previous binary: target/release/momentry_backup_20260621_phase25 (Jun 21, 02:34) + +#### Commits Included +- e214106d: Phase 2.7 identity resolution for gaze/lip trace nodes +- Phase 2.6 commits: co_occurrence, face_face, speaker_face edges migration +- c39805bb: Phase 2.5 gaze_trace and lip_trace migration + +#### Rollback Procedure +```bash +# Stop current process +kill 95567 + +# Restore backup binary +cp target/release/momentry_backup_20260621_phase25 target/release/momentry + +# Restart +./run-server-3002.sh +``` + +#### Status +✅ **Production Release Successful** +✅ **Phase 2.6-2.7 Deployed** +✅ **Complete TKG-only Architecture** + +--- + +### Release 2026-06-21 02:35: Phase 2.5 to Production **Time**: 2026-06-21 02:35 **Binary**: target/release/momentry (Jun 21, 02:33)