Skip to content

v0.0.6post3

Choose a tag to compare

@wangxingjun778 wangxingjun778 released this 03 Apr 12:24

中文版 (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 pathlib for better root directory support.
  • Stability: Fixed a bug where logger levels were not reverted after timed operations.

What's Changed

Full Changelog: v0.0.6post2...v0.0.6post3