feat: ASRX hybrid pipeline, identity history, worker fixes, checkpoint system

This commit is contained in:
Accusys
2026-06-02 07:13:23 +08:00
parent e3066c3f49
commit e1572907ae
198 changed files with 43705 additions and 8910 deletions

View File

@@ -0,0 +1,15 @@
# Dev Upgrade v1.0.3
## Steps
```bash
# 1. Apply migration
psql -U accusys -d momentry < schema/migration_v1.0.3.sql
# 2. Replace binary
cp bin/momentry_playground /Users/accusys/momentry_core_0.1/target/debug/
# 3. Restart
pkill momentry_playground
DATABASE_SCHEMA=dev /Users/accusys/momentry_core_0.1/target/debug/momentry_playground server --port 3003
```

Binary file not shown.

View File

@@ -0,0 +1,10 @@
-- Migration: dev schema v1.0.3
-- Date: 2026-05-11
-- Auto-generated from current DB schema
SET search_path TO dev;
ALTER TABLE dev.face_detections ADD COLUMN IF NOT EXISTS timestamp_secs float8;
-- Chunk index removals (already applied)
-- chunk_vectors: standard columns

File diff suppressed because it is too large Load Diff