shinychat and querychat
Use querychat to explore data in natural language, then new shinychat features, including page_chat().
Slides
Outline
- (20m) querychat
- Ask questions about your data in natural language, then inspect the SQL that querychat writes
- Your Turn
_exercises/26_querychat: explore the airbnb data in the built-in querychat app, inspect the SQL, and restart the app with a data dictionary - Demo
_demos/27_querychat: a Shiny dashboard built around querychat
- (40m) shinychat
- Your Turn
_exercises/24_shinychat-1: put the Blockbuster renewal agent in apage_chat()app and add a greeting with suggestion cards - Your Turn
_exercises/25_shinychat-2: connect the agent to a drafts drawer withshow_letter(), then edit a saved draft - Discussion: did the agent read the current draft before editing your saved change?
- Your Turn