3x Faster Search: Parallel Test-Time Scaling with Instructed-Retriever-1

· Source: Databricks · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cloud Computing & IT Infrastructure · Depth: Advanced, medium

Summary

Databricks has significantly updated its Agent Bricks Knowledge Assistant, achieving a 2x reduction in answer generation time and over a 3x reduction in search time, bringing Time To First Token (TTFT) to approximately two seconds and end-to-end latency consistently below 10 seconds. These improvements are powered by Instructed-Retriever-1, a retrieval-specialized model designed for parallel test-time scaling. Unlike sequential agentic retrieval, this approach executes query generation for recall and multi-pivot groupwise reranking for precision in parallel, enabling broader search and more relevant context selection upfront. Instructed-Retriever-1, trained on synthetic enterprise-style data, matches Claude Sonnet 4.5 retrieval quality on KARLBench. Serving performance is enhanced through a Mixture-of-Experts architecture, FP8 quantization, and speculative decoding, which adds over 30% speed-up.

Key takeaway

For MLOps Engineers deploying knowledge assistants, consider adopting parallel test-time scaling to drastically improve search latency and answer generation without sacrificing quality. Your systems can achieve 3x faster search and 2x faster answer generation by utilizing a single retrieval-specialized model for parallel query generation and multi-pivot reranking. Implement serving optimizations like FP8 quantization and speculative decoding to ensure efficient, low-latency production performance, enabling users to get faster, more relevant answers.

Key insights

Parallel test-time scaling with a specialized model significantly boosts retrieval speed and quality by executing search stages concurrently.

Principles

Method

Train a single retrieval-specialized model in two stages for parallel query generation and multi-pivot groupwise reranking, then optimize serving with MoE, FP8 quantization, and speculative decoding.

In practice

Topics

Best for: AI Architect, NLP Engineer, AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Databricks.