Skip to content

docmd-search@0.1.0-alpha.1 馃尡

Pre-release
Pre-release

Choose a tag to compare

@mgks mgks released this 05 Jun 10:03
· 21 commits to main since this 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