Notify M4: release ready for sync

This commit is contained in:
Accusys
2026-05-08 01:01:34 +08:00
parent 573714788f
commit 69635bd4da

View File

@@ -0,0 +1,32 @@
# M5 Release Ready
## 可 sync
M5 已完成 v1.0.0 release candidate 的所有程式碼變更,所有服務正常運行。
```bash
# 1. DB
scp accusys@192.168.110.201:/tmp/momentry_3abeee81.sql /tmp/
psql -U accusys -d momentry -c "DROP SCHEMA IF EXISTS dev CASCADE; CREATE SCHEMA dev;"
psql -U accusys -d momentry -f /tmp/momentry_3abeee81.sql
# 2. Binary可選M4 通常不需跑 playground
scp accusys@192.168.110.201:/Users/accusys/momentry_core_0.1/target/debug/momentry_playground /tmp/
# 3. Git
cd /path/to/momentry_docs
git pull
```
## 5W1H+ 仍在背景
目前完成 8/721 scene預計還需要一段時間。完成後會自動 vectorize。屆時再做一次增量 sync。
## 本次 Release 變更
- 5W1H+ Agent遞迴式摘要、face/speaker 資訊整合)
- Identity Agent 自動觸發
- EmbeddingGemma 300M768D多語
- Pipeline bug fixes
詳細變更請見 `git log`