v0.0.6post3
中文版 (Chinese)
新功能
- FAST模式搜索增强:支持多文件证据聚合、小文件(<100KB)免采样通道,并引入 IDF 加权评分。
- 知识库优化:支持基于路径作用域的知识簇复用。
- 扫描增强:新增大文件采样机制及 PDF 提取超时控制。
修复与改进
- 搜索逻辑:实现文件内匹配去重,修复文件名分页及 IDF 量纲一致性。
- 路径处理:重构路径覆盖率计算,增强根目录处理的鲁棒性。
- 稳定性:修复日志级别未正确还原的问题。
英文版 (English)
Features
- FAST Mode Enhancement: Added multi-file evidence aggregation, a "fast path" for small files (<100KB), and IDF-weighted scoring.
- Knowledge Reuse: Implemented path-based scoping for efficient knowledge cluster reuse.
- Scan Optimization: Introduced large-file sampling and PDF extraction timeouts.
Fixes & Improvements
- Search Logic: Added match deduplication; fixed filename pagination and IDF scale consistency.
- Path Handling: Refactored path coverage logic using
pathlibfor better root directory support. - Stability: Fixed a bug where logger levels were not reverted after timed operations.
What's Changed
- [Feat] Add keywords merge weights and activate the top_k_files for FAST mode by @wangxingjun778 in #139
- [Feat] Add small file shortcut for FAST mode & fix reuse scope for knowledge by @wangxingjun778 in #140
- [Fix] fix sep for normalised_scopes by @wangxingjun778 in #141
- [feat] enhance scan functions by @suluyana in #131
Full Changelog: v0.0.6post2...v0.0.6post3