pub(crate) fn sparse_linear() -> &'static (Array1<f32>, f32)Expand description
Returns the sparse-linear projection weights used by BGE-M3 sparse embedding.
The safetensors file contains a weight vector [1024] and a scalar bias.
Parsed once on first call and cached for the lifetime of the process.