Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e9e6f00
docs: add text-to-sql devnote
dhruvnathawani Feb 23, 2026
e0e3804
Merge branch 'main' into dhruv/devnotes/text-to-sql
dhruvnathawani Mar 9, 2026
2009060
add diagram, update content
3mei Mar 9, 2026
428d81c
correct inconsistencies
3mei Mar 9, 2026
d7171f4
Merge branch 'main' into dhruv/devnotes/text-to-sql
dhruvnathawani Mar 10, 2026
e811e6f
docs: address PR #349 feedback and add BIRD benchmark results
dhruvnathawani Mar 10, 2026
44e693e
Merge branch 'main' into dhruv/devnotes/text-to-sql
dhruvnathawani Mar 11, 2026
ad7fdd1
docs: address second round of PR #349 feedback
dhruvnathawani Mar 12, 2026
66d4970
docs: address round 2 PR #349 feedback, replace production block with…
dhruvnathawani Mar 12, 2026
90b5c83
Merge branch 'main' into dhruv/devnotes/text-to-sql
dhruvnathawani Mar 12, 2026
89fc459
docs: polish Try It Yourself and Summary sections
dhruvnathawani Mar 12, 2026
83dee2d
docs: add missing sql_dialect sampler to Step 1 code snippet
dhruvnathawani Mar 12, 2026
5412153
fix ascii diagram
dhruvnathawani Mar 12, 2026
0b66f96
docs: fix BIRD score framing and MySQL dialect wording
dhruvnathawani Mar 12, 2026
541787f
Merge branch 'main' into dhruv/devnotes/text-to-sql
dhruvnathawani Mar 12, 2026
dae1512
Merge branch 'main' into dhruv/devnotes/text-to-sql
dhruvnathawani Apr 13, 2026
a2dc4ca
docs: move text-to-sql images to assets/ convention and update refs
dhruvnathawani Apr 13, 2026
e07b23d
Merge branch 'main' into dhruv/devnotes/text-to-sql
dhruvnathawani Apr 14, 2026
741401e
docs: address text-to-sql devnote review comments
dhruvnathawani Apr 14, 2026
2ca37bd
Merge branch 'dhruv/devnotes/text-to-sql' of https://github.com/NVIDI…
dhruvnathawani Apr 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def build_config(model_alias: str, dialect: str = "sqlite") -> dd.DataDesignerCo
config_builder.add_column(
dd.ExpressionColumnConfig(
name=f"{prefix}_{rubric}_score",
expr=f"{{{{ {judge_name}.{rubric}.score if {judge_name}.{rubric}.score else ' ' }}}}",
expr=f"{{{{ {judge_name}.{rubric}.score if {judge_name}.{rubric}.score is not none else '' }}}}",
)
)

Expand Down
8 changes: 8 additions & 0 deletions docs/devnotes/.authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ authors:
name: Dhruv Nathawani
description: Researcher at NVIDIA
avatar: https://avatars.githubusercontent.com/u/128275431?v=4
ymeyer:
name: Yev Meyer
description: Principal Research Scientist at NVIDIA
avatar: https://avatars.githubusercontent.com/u/11296522?v=4
mvansegbroeck:
name: Maarten Van Segbroeck
description: Director of Research at NVIDIA
avatar: https://avatars.githubusercontent.com/u/67658125?v=4
jgreco:
name: Johnny Greco
description: Researcher at NVIDIA
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading