pub const RERANK_DEPTH: usize = 50;Expand description
How many candidates the quantized scan proposes before the exact rerank.
Fifty recovers the exact float32 ranking on this corpus. Deeper costs scan time for nothing; shallower starts losing the tail.