indexDB/CHANGELOG.md

505 B

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.