pub const AI_HNSW_EF_CONSTRUCTION_SIMHASH: u32 = 256;Expand description
HNSW ef_construction for 64-bit SimHash binary index (bit_hamming_ops).
Set to 256 per SOTA recommendation for binary vectors with high near-duplicate ratios
(NapierOne dataset analysis: 64 produces poor recall on dense similarity clusters).