Comment on Show HN: How to use LLMs to generate accurate SQL for real-world dataComments−chuckhend3yThis looks awesome, great work team! A few questions :)How complex were the 'static examples' that were used? Can you share the examples of the three that were used in the tests?Were the "contextually relevant sql" ran in addition to or isolated from the "static examples"?−zainhodaOP3yThanks! You can see the 3 static examples in this notebook here: https://github.com/vanna-ai/research/blob/main/notebooks/tra...The set of larger SQL queries includes the initial static set but is brought into the prompt only if it's contextually relevant to the question. I know that's a confusing statement so let me know if that makes sense.
Comments
This looks awesome, great work team! A few questions :)
How complex were the 'static examples' that were used? Can you share the examples of the three that were used in the tests?
Were the "contextually relevant sql" ran in addition to or isolated from the "static examples"?
Thanks! You can see the 3 static examples in this notebook here: https://github.com/vanna-ai/research/blob/main/notebooks/tra...
The set of larger SQL queries includes the initial static set but is brought into the prompt only if it's contextually relevant to the question. I know that's a confusing statement so let me know if that makes sense.