Databricks Search Gets 3x Faster

Databricks' Instructed-Retriever-1 model uses parallel test-time scaling to boost Knowledge Assistant search speed by over 3x.

Databricks blog post graphic showing performance improvements for Instructed-Retriever-1.
Instructed-Retriever-1 drastically improves search latency and retrieval quality.
Visual TL;DR
Slow Search LatencyDriver
From the article 2 mentionsTraditional agentic search systems often process results sequentially, leading to higher latency.
Instructed-Retriever-1 ModelCore
New Databricks model powering the performance upgrade for Knowledge Assistant
From the article 9+ mentionsThe enhancements are powered by a new model called Instructed-Retriever-1, detailed in a Databricks blog post, which leverages a technique called parallel test-time scaling.
Parallel Test-Time ScalingContext
Flipping sequential computation to fan out tasks in parallel during initial search
From the article 3 mentionsThe model is trained in two stages to support both query generation and verification-style retrieval capabilities, making parallel test-time scaling practical.
Broader Evidence RetrievalEffect
Allows for wider retrieval of relevant information upfront in the search process
From the articleThis allows for broader evidence retrieval and more precise context selection upfront, dramatically cutting down response times.
Precise Context SelectionEffect
Enables more accurate selection of context for better answer generation
From the articleThis allows for broader evidence retrieval and more precise context selection upfront, dramatically cutting down response times.
3x Faster SearchOutcome
Significant boost in Knowledge Assistant search speed, over three times faster
From the article 8 mentionsThe result is a Knowledge Assistant that is demonstrably faster and more capable.
Halved Answer GenerationOutcome
From the article 2 mentionsThis boost, which also halves answer generation time, brings the time to first token down to approximately two seconds.
2-Second Time to First TokenOutcome
Achieving approximately two seconds for the initial response to be delivered
From the articleThis boost, which also halves answer generation time, brings the time to first token down to approximately two seconds.
Contents(3)

Databricks is rolling out a significant performance upgrade for its Agent Bricks Knowledge Assistant, slashing search times by more than 3x. This boost, which also halves answer generation time, brings the time to first token down to approximately two seconds. The enhancements are powered by a new model called Instructed-Retriever-1, detailed in a Databricks blog post, which leverages a technique called parallel test-time scaling.

Traditional agentic search systems often process results sequentially, leading to higher latency. Instructed-Retriever-1 flips this by parallelizing the initial search phase. This allows for broader evidence retrieval and more precise context selection upfront, dramatically cutting down response times.

Parallelizing the Search Pipeline

The core innovation lies in how Databricks approaches test-time computation. Instead of spending compute sequentially on steps like tool calls or reasoning, the system fans these tasks out in parallel during the initial search. This broadens the retrieved evidence and refines it efficiently.

Instructed-Retriever-1 is a single model trained for two critical retrieval stages: query generation to enhance recall and reranking to boost precision. These run concurrently to maintain low latency.

The training harness is key, feeding the model user instructions and index schemas. This propagates through query generation, filter creation, reranking, and final answer generation.

This parallel query and filter generation explores multiple formulations of a request simultaneously. It allows for a wider search while keeping latency in check.

To manage the aggregation of results from broader searches, a multi-pivot groupwise reranker is employed. This ranks candidate chunks in parallel groups, merging them into a final, ordered list.

These stages offer two scaling knobs: increasing query formulations improves recall, while more pivots enhance precision. The system can trade additional compute for higher quality context without penalizing latency.

Training a Unified Retrieval Model

Instructed-Retriever-1 was trained as a single, retrieval-specialized model capable of both effective search generation and evidence judgment. It matches the retrieval quality of models like Claude Sonnet 4.5 on benchmarks, all while delivering low latency.

Synthetic enterprise-style retrieval environments were built for training, mirroring real-world tasks. These include factual lookups, summarization, and decision support over mixed document types.

The model is trained in two stages to support both query generation and verification-style retrieval capabilities, making parallel test-time scaling practical.

Production Validation and Performance

The effectiveness of Instructed-Retriever-1 was validated on a large internal dataset reflecting actual Knowledge Assistant usage. The evaluation confirmed that parallel query generation and multi-pivot reranking significantly improve retrieval quality.

On realistic workloads, the model showed strong performance across query generation metrics like specificity, breadth, and relevance. It also proved competitive in reranking, achieving 81.0 nDCG@10, a substantial gain over settings without reranking.

Serving performance is critical for parallel test-time scaling. Instructed-Retriever-1 employs a Mixture-of-Experts architecture and optimizations like FP8 quantization and speculative decoding for efficient inference.

These optimizations deliver significant speed-ups, with FP8 showing no quality degradation and speculative decoding adding further gains to the query-generation and reranking path.

The result is a Knowledge Assistant that is demonstrably faster and more capable. Early users, such as Baylor University, have noted the noticeable UX improvement, describing the experience as "more concise, with a 'snappy' feel that surfaces key information sooner."

Instructed-Retriever-1 is now rolling out to all Databricks customers, promising faster access to higher-quality information.

© 2026 StartupHub.ai. All rights reserved. You may not republish this article in full without a license. Search engines and AI research tools may crawl and summarize for reference. Bulk reproduction or model training requires a license. See our terms.
Daniel Singer

Written by

Daniel Singer

Editor, StartupHub.ai

Daniel Singer is the editor of StartupHub.ai, a technology expert and thought leader on AI and its applications across sectors, from fintech and healthcare to developer tooling and consumer software. He writes and tests the tools covered here thoroughly and regularly, and built StartupHub.ai to give founders, operators and buyers a clearer read on what they are actually being sold.