
Evolution and Scale of Uber’s Delivery Search Platform
4/14/2026
This post details the evolution of Uber's Delivery Search Platform to a semantic search system using deep learning models (Qwen backbone) with a two-tower architecture. It covers model training with PyTorch and DeepSpeed, offline inference using feature stores, and optimization strategies for quality and cost (ANN parameters, quantization, embedding dimensions via MRL). It also describes productionization and reliability through a bi-weekly blue/green index deployment strategy with automated validation checks (completeness, backward-compatibility, correctness).