Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolformer: returned focussed charts in basic block #4488

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions server/integration_tests/explore_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ def test_e2e_toolformer_rig_mode(self):
'what is the poverty rate in Seattle?',
# toolformer mode should not show correlations
'Foreign born vs. native born in Sunnyvale'
'Commute time in california',
],
mode='toolformer_rig')

Expand All @@ -744,6 +745,7 @@ def test_e2e_toolformer_rag_mode(self):
'Which California counties have the youngest recent mothers?',
# toolformer mode should not show correlations
'Foreign born vs. native born in Sunnyvale',
'What is the coal powered electricity generation in US states?',
],
mode='toolformer_rag')

Expand Down
2 changes: 1 addition & 1 deletion server/integration_tests/nl_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_textbox_sample(self):

def test_demo_feb2023(self):
self.run_sequence('demo_feb2023', [
'What are the projected temperature extremes across California',
'What are the projected temperature extremes across California counties',
'Where were the major fires in the last year',
'Tell me about Placer County',
'What were the most common jobs there',
Expand Down
Loading
Loading