1 2 3 4 5 6
//! Auto-generated module //! //! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs) pub(super) const BM25_K1: f64 = 1.5; pub(super) const BM25_B: f64 = 0.75;