indexDB/CHANGELOG.md

11 lines
505 B
Markdown

# Changelog
## [1.1.0] - 2026-05-15
### Changed
- Refactored `GetDB` to accept separate `fulltextDBPath` and `vectorDBPath`.
- Removed internal version management (`xxxVersion.txt`).
- Replaced `RebuildAll` with `ScanDocuments` for cursor-based data traversal.
- Improved vector search accuracy by expanding retrieval scope when filters are present.
- Improved result merging by patching missing `Content` from the fulltext engine.
- Switched `id` field to `keyword` analyzer for accurate range queries.