Build1 distinct publisher3 min readPublished
Databricks argues agents fail on charts at retrieval rather than at reasoning, and it tested the idea with two indexes over the same 16,000-page corpus differing only in how figures were represented.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
A dense text index stores vectors of text. A chart inside a PDF is a raster region, and nothing in the embedding step turns one into the other, so the values printed in a figure are absent from the searchable space unless some earlier stage writes them out [5]. A caption fixes the topic and not the numbers. Databricks separates the two failures that follow: the retriever returns the wrong page, or it returns the right page carrying no usable values [5]. It says it first saw the same gap in its own OfficeQA Pro results, where chart and multimodal questions scored worse than the rest [4].
The evaluation is built to tell those two failures apart. Hit Rate@10 over a fully parsed 16,000-page corpus means the top ten results are one page in 1,600 [9][12][1]. At that ratio the retrieval half is the harder half, and a caption cannot rescue it, because the caption never contains the figure the question asks about [5].
The protocol is more careful than the demo. 310 ViDoRe V3 questions and 114 Chart-RAG questions, run three times each, come to 1,272 graded answers, each scored Correct, Partially Correct or Incorrect by a gemini-3-flash judge against a gold answer [8][10][11][13][2]. Two indexes from identical PDFs, the same chunker and the same 300M BGE embedder, differing only in figure representation, is the comparison you actually want to read [7].
The part I would copy is Chart-RAG. Databricks noticed that many of its chart-selected ViDoRe questions could still be answered from surrounding prose, and therefore were not testing chart reading, so it wrote 114 questions against 378 pages of BIS, IMF and J.P. Morgan reports [10]. That is one question per 3.3 pages against one per 52 pages in ViDoRe, about sixteen times the density [3]. Confound control by construction rather than by caveat.
The opening comparison is one chart, one question, an unnamed frontier model, and a miss of exactly one count [2][3][4]. Counting offers no partial credit, though the judge does [11].
Where this design breaks is the seam. Once ai_parse_document has emitted a figure as JSON and the answering agent reads that JSON, the agent has no pixels left to check it against [6]. A misread axis or a dropped series arrives downstream indistinguishable from good data, so pipeline accuracy becomes parser accuracy, visible only through end-to-end scores [6][15].
For the win to transfer you need charts whose series are recoverable as values, questions that turn on those values rather than on topic, and a corpus big enough that wrong-page retrieval is your dominant failure mode rather than a rounding error. Financial reporting, which is where Databricks says it sees the gap in customer systems, fits all three [5]. A slide deck of hand-drawn diagrams fits none of them.
The summary line in the material available states that structured chart JSON improved both answer quality and retrieval on both datasets, and Databricks says the approach is competitive with large single-vector and multi-vector multimodal embedding models [14][15]. The excerpt stops before the table, so for now the design is more inspectable than the result [16].
Ranked by verification strength, evidence, and original report placement.
In a test asking "How many local maxima are on this chart?", a frontier agent that was passed just the image spent 50 seconds reasoning and gave an incorrect answer of 17.
Databricks Genie, using a structured extraction of the same chart via ai_parse_document, gave the correct answer of 18.
Databricks says that in its OfficeQA Pro benchmark, models performed worse on chart-based and multimodal questions than on questions that did not require chart understanding.
Databricks states that a text-based retrieval system can only search the text space; generating a caption to describe a chart may miss the data needed for fine-grained questions on the numbers inside it, so the system may retrieve the wrong page, or retrieve the right page without enough information to answer. It says it sees the same gaps in customers' information retrieval systems, particularly in financial services.
Databricks evaluated 310 chart and infographic-heavy questions from the ViDoRe V3 benchmark, which covers seven domains: employment, energy, pharmaceuticals, physics, finance, computer science and industrial documents.
For each experiment, Databricks parsed and chunked the entire 16K-page English corpus and generated answers to every query, searching over the full index.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · August 27, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
Inference inside the SELECT: the point is the governance boundary, not the syntax1 distinct publisher
leadership
Same price, cheaper fast mode: Opus 4.8 argues on unit economics1 distinct publisher
invest
Google says frontier models already know the facts they get wrong. That is a budget decision.1 distinct publisher
security
ShinyHunters dumps 12.9 million Carhartt records after a refused $3.3 million ransom1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Well-specified method, headline numbers absent
The experimental design is documented to an unusual degree for a vendor post: a single-variable ablation over identical source PDFs, full-corpus search rather than reranking a shortlist, explicit Hit Rate@10 and nDCG@10 definitions including relevance binarisation, a named LLM judge, and three repeated runs with confidence intervals. What is missing is the outcome itself - the available text carries no per-configuration retrieval or accuracy values, and the only quantified results are the secondary image-augmentation deltas (4 and 2.6 percentage points). Everything comes from one self-interested primary source with no independent replication.
No usage or deployment disclosure
The only observable event is the vendor's own benchmark publication. No customer deployments, user counts, GA/availability status, pricing, or third-party usage of the chart-JSON pipeline are disclosed; the reference to gaps in 'customers' information retrieval systems' is an unquantified problem statement, not adoption evidence. Inferring uptake from a product blog would be a guess.
Claim outruns published numbers
The framing - structured extraction improves retrieval and answer quality, and a 300M-parameter text stack is competitive with large multimodal embedders - is broader than what the available text substantiates, since the per-configuration scores are absent and the most vivid support is a single unrepeated anecdote (17 versus 18 on one chart). The gap is moderate rather than severe because the underlying methodology is specific and falsifiable and the piece openly flags that many ViDoRe chart questions were answerable from surrounding text, which motivated the harder Chart-RAG set.
Vendor benchmarking its own stack
Databricks authored the post, designed the pipeline from its own AI functions, wrote one of the two benchmarks, chose the judge model, and is the commercial beneficiary if buyers conclude that ai_parse_document plus Genie removes the need for large multimodal embedding models. Both the comparison baseline (an unnamed frontier agent given only an image) and the synthetic dataset are under the vendor's control, and no external party validated the results.
Single vendor source, truncated results
Confidence is limited by structure rather than by contradiction: one publisher, one self-interested primary account, no independent corroboration, and an available text that ends mid-sentence in the baseline comparison without the result tables. What can be stated with high confidence is the design and the described demo; what cannot is the magnitude of any gain or the competitiveness claim.