Skip to main content

Docs · Accuracy

Reading the evidence graph

The evidence graph is the backbone of every audit-ready bid. Each takeoff row points back to a sheet and a spec paragraph; each spec paragraph knows what takeoff lines cite it. Reverse-link queries answer 'who's relying on this section?' in one hop.

Back to docs

Anatomy

Four kinds of nodes: plansheets (DRAWING documents), spec sections (SPECIFICATION documents), manual pages (manufacturer datasheets uploaded for complicated equipment), and takeoff items. Edges are typed and directional — a takeoff item cites a spec section, and we record both sides of that link so reverse queries answer in one hop.

The forward query — what backs this takeoff line?

  • Open the takeoff edit table; click any row's evidence indicator
  • Sidebar opens to the spec paragraph + sheet snippet that justify the row
  • Click the source-page link to jump to the exact bbox on the source PDF
  • Multiple supporting evidence rows show as a stacked list
  • Confidence per evidence (not just per row) so you see which support is strong

The reverse query — what cites this spec paragraph?

  • Open any spec paragraph in the spec viewer
  • Sidebar shows every takeoff line citing it, with their costs
  • Useful when an addendum changes a paragraph — you see who's affected before re-runs
  • Useful for clarifying RFIs — you see what depends on the answer
  • Reverse queries answer in O(log n) via a composite index on (target_kind, target_id)

Next move

Want help on a real bid? Schedule a live review.

Reading the evidence graph — OmniTakeoff Docs