818 B
818 B
Changelog
[1.1.1] - 2026-05-15
Added
- Added
perf_test.gofor performance benchmarking and vector simulation. - Enhanced memory monitoring during performance tests.
Fixed
- Aligned
vector.gowith infrastructure usingcastfor JSON serialization. - Improved test coverage for
RemoveandScanDocuments.
[1.1.0] - 2026-05-15
Changed
- Refactored
GetDBto accept separatefulltextDBPathandvectorDBPath. - Removed internal version management (
xxxVersion.txt). - Replaced
RebuildAllwithScanDocumentsfor cursor-based data traversal. - Improved vector search accuracy by expanding retrieval scope when filters are present.
- Improved result merging by patching missing
Contentfrom the fulltext engine. - Switched
idfield tokeywordanalyzer for accurate range queries.