This was generated by AI during triage.
Follow-up from #43 and PR #45.
The table half of #43 is implemented: the table branch in Retrieval Text composition now includes raw table_text before any summary/question augmentation, so literal cell values reach the dense embedding payload.
What remains unshipped is the explicit regression proof that the dense leg alone retrieves the gold table chunk for a pinned cell-value query without BM25 masking the result.
This follow-up tracks only that verification slice.
Follow-up from #43 and PR #45.
The table half of #43 is implemented: the table branch in Retrieval Text composition now includes raw
table_textbefore any summary/question augmentation, so literal cell values reach the dense embedding payload.What remains unshipped is the explicit regression proof that the dense leg alone retrieves the gold table chunk for a pinned cell-value query without BM25 masking the result.
This follow-up tracks only that verification slice.