memoryweave/go/internal/api
小唯 4c62074a61 fix(consolidate): 按目标分组批量LLM决策,消除O(n²)调用风暴
原实现每对高相似记忆调一次LLM → limit=100产生4950对 → 223s+未完成
→ 每天processed=0(非namespace过滤bug)。改为: 外层目标i,内层收集
全部高相似候选,每目标一次LLM(UpdatePrompt原生支持多候选)。

验证: limit=20 → 4.3s返回 processed=1 updated=1; limit=100 2min(受
llama单slot排队限制)对每日低频可用。
2026-09-06 00:32:27 +08:00
..
middleware fix: 静态文件路径 / 在 Auth 白名单中放行(供 Web UI 直接访问) 2026-06-02 17:34:28 +08:00
routes fix(distill): commit 检出冲突时不进自动蒸馏(conflict guard) 2026-09-04 01:29:11 +08:00
server.go fix(consolidate): 按目标分组批量LLM决策,消除O(n²)调用风暴 2026-09-06 00:32:27 +08:00
server_sqlite_nowindows.go fix: add clusters_found/noise_points/quality_score to consolidate API response 2026-06-08 10:35:10 +08:00
server_storage_nowindows.go fix: add clusters_found/noise_points/quality_score to consolidate API response 2026-06-08 10:35:10 +08:00
server_storage_windows.go fix: add clusters_found/noise_points/quality_score to consolidate API response 2026-06-08 10:35:10 +08:00