Files
metona-ollama-desktop/js
thzxx e97e2e4078 perf: IVF 倒排索引优化向量搜索 - K-Means 聚类 + nprobe 近邻检索
- N < 200 自动降级暴力搜索
- N ≥ 200 K-Means++ 聚类构建 IVF 索引
- nprobe=5 探测最近 5 个聚类,搜索量降 75%
- 索引持久化到 IndexedDB,数据变化自动重建
- 内存向量缓存 + Map O(1) 查找
2026-04-05 01:47:57 +08:00
..
2026-04-03 11:40:01 +08:00
2026-04-03 11:40:01 +08:00
2026-04-03 11:34:24 +08:00