memoryweave/go
xiaowei 8356480541 fix(consolidate): eps 1.0->0.4 修复 DBSCAN 聚类失效 (clusters=1->34)
根因: bge-m3 向量已归一化(norm=1.0, 距离 p50=0.42-0.75), 旧 eps=1.0 按未归一化数据(p50=1.029)调试,
在归一化空间过大 -> 全部连成1簇 -> consolidate 空转多日 (clusters=1 error 每15min刷)

实测: eps=0.4 -> clusters=34 noise=1030, 能发现重复状态噪音簇(1045条主profile状态同步/961条CBM状态)
2026-09-05 18:13:53 +08:00
..
client
cmd fix: add clusters_found/noise_points/quality_score to consolidate API response 2026-06-08 10:35:10 +08:00
internal fix(consolidate): eps 1.0->0.4 修复 DBSCAN 聚类失效 (clusters=1->34) 2026-09-05 18:13:53 +08:00
proto
static fix: Search IPC 捕获 created_at/updated_at,recall 时间戳不再为零值 2026-05-30 10:31:25 +08:00
go.mod
go.sum
integration_test.go
zhiyid-new fix(distill): max_tokens 800→1200 — Agnes推理token预算不足 2026-08-20 01:13:06 +08:00