docmd-search@0.1.0-alpha.1 馃尡
Pre-release
Pre-release
Fixes
- Normalise keyword scores to prevent >100% confidence: The hybrid scoring formula combined unnormalized keyword scores with cosine similarity, which could result in scores exceeding 1.0 (100%). This fix normalizes the keyword score using x/(x+1) before combining with the vector similarity score.
Website: https://docmd.io/search/
npmjs: https://www.npmjs.com/package/docmd-search
Documentation: https://docs.docmd.io/search/
Full Changelog: 0.1.0-alpha.0...0.1.0-alpha.1