Notify M4: release ready for sync
This commit is contained in:
32
docs_v1.0/M4_workspace/2026-05-07_M5_release_ready.md
Normal file
32
docs_v1.0/M4_workspace/2026-05-07_M5_release_ready.md
Normal 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 300M(768D,多語)
|
||||
- Pipeline bug fixes
|
||||
|
||||
詳細變更請見 `git log`。
|
||||
Reference in New Issue
Block a user