Hi everyone!
I’m working on getting Genie to accurately generate Statistical Process Control (SPC) charts when prompted.
I'm looking for suggestions on how to best approach this. So far, I’ve tried using pre-defined SQL queries to select the data, but Genie struggles to use that data to actually plot the charts.
Is it better to let Genie calculate everything “on the fly” from raw tables? Or should I create a notebook with reusable SPC logic and have Genie call it when needed?
If the notebook approach is best, how can I make it easy for future users to just ask Genie in plain language (e.g., “Generate an SPC chart for measurement x”) and have it automatically use that notebook?
Thanks in advance for the help!