Several Retrievers, One Small Machine
How to run keyword, dense, fusion and reranking together on modest hardware: where the memory actually goes, and which famous constants are folklore.
Retrieval and RAG06
Subject · 3 posts
How to run keyword, dense, fusion and reranking together on modest hardware: where the memory actually goes, and which famous constants are folklore.
Retrieval and RAG06
Why a mixture-of-experts layer runs at the speed of its busiest expert, how to measure it, and when predictive prefetching actually helps.
Mixture of Experts02
Big-O counts steps and assumes every step costs the same. It does not. A cache miss costs a hundred steps, and that is why a linked list loses to an array.
Problem Solving From Zero21