mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* Add decay expressions * remove code duplication in conversion * test and fix lambda roundtrip * Remove debug print in decay midpoint validation * Improve error messages for decay midpoint and scale validation * use similar lambda for gauss and exp decays * avoid abs before squaring * add comment about decay range * add debug assertion