1Compare Dense Bi-Encoder, Sparse BM25, and Multi-Vector ColBERT across index RAM footprint, query throughput (QPS), and retrieval precision?
2Why does Reciprocal Rank Fusion (RRF) exhibit superior robustness compared to naive linear score normalizations across divergent score distributions?
3How to resolve 'Semantic Drift' (e.g. searching for iPhone cases but retrieving the phone itself) via hard entity masking and hybrid filters?
4How does the SPLADE sparse neural model output dynamically weighted pseudo-terms directly indexable by standard Lucene inverted indices?
5Design an asynchronous parallel fan-out gateway in Rust/Go with dynamic timeouts, circuit-breaking, and graceful degradation?