pub fn embed_query(text: &str) -> SparseVectorExpand description
Embed query text: unique token IDs (sorted) with unit weights — identical
to Qdrant’s qdrant/bm25 query embedding.
pub fn embed_query(text: &str) -> SparseVectorEmbed query text: unique token IDs (sorted) with unit weights — identical
to Qdrant’s qdrant/bm25 query embedding.