Skip to main content

SEARCH_RERANK_LIMIT

Constant SEARCH_RERANK_LIMIT 

Source
pub const SEARCH_RERANK_LIMIT: usize = 10;
Expand description

Historical name for the public default ranked-result count (10).

Vector candidate fanout is separately at least the caller-requested result limit and TOP_K_BIT_CANDIDATES; the test seam may raise that fanout without changing visible result cardinality. There is no environment-variable override on the hot path.