2026-05-15 21:50:12 +08:00
|
|
|
# Changelog
|
|
|
|
|
|
2026-05-15 23:35:27 +08:00
|
|
|
## [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.
|