mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- HNSW 索引:预分配从 100 万降至 5 万,添加动态扩容和可控保存 - Embedder:添加 embed_to_numpy() 避免 .tolist() 转换,增强缓存清理 - embedding_manager:每 10 批次重建 embedder 实例,显式 gc.collect() - VectorStore:添加 bulk_insert() 上下文管理器,支持 numpy 批量写入 - Chunker:添加 skip_token_count 轻量模式,使用 char/4 估算(~9x 加速) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>