Commit Graph
2 Commits
Author SHA1 Message Date
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
developer 33d3122e93 feat: RAG 本地知识库 - 向量存储、文档分块、语义检索、知识库管理面板 2026-04-04 22:46:29 +08:00