Side bot
View App View Code on GitHubshiny create --mode express --github jcheng5/py-databot
shiny create --mode core --github jcheng5/py-databot
The sidebot app template extends the idea of the Query Chat template to a full blown dashboard. That is, users can use natural language to drill down into a dataset, and the app will display the results in a variety of ways, including tables, plots, and value boxes. Note the app will also display the SQL used to generate the results, so users can verify the app’s interpretation of their query, and learn how to write SQL queries themselves. It also includes a ✨ icon, which sends a screenshot of visuals to the LLM for an explanation of the visual.
See Joe Cheng’s posit::conf(2024)
presentation for a live demo of the app.