Advanced
Open
Pro
The Silent Embedding-Model Mismatch
A team re-indexed their entire knowledge base overnight using a new, better embedding model, and updated the retrieval service to call that new model for query-time embeddings — but a canary of old application servers kept running for six hours during the rollout, still calling the old embedding model for queries against the new index.
- What happens to retrieval quality during those six hours, and why does it fail the way it does rather than erroring out?
- Why is this bug particularly dangerous compared to, say, a bad chunking decision?
- What would you change about the ingestion/deployment process so this class of bug becomes structurally hard to ship?
Share this question