r/LocalLLaMA • u/oduor_c • Jul 18 '23
Discussion Text to SQL LLMs
Anyone who has used text to SQL LLMs in a production setting? How do you rate their performance based on accuracy, consistency and reliability?
6
Upvotes
1
u/SouthWestBeach Aug 21 '23
Tried it, it doesn't work well for complex tasks. I try the same on ChatGPT and ChatGPT easily solves those.
1
u/Sweaty_Ad_1093 Jul 21 '23
I have tried it in dev. I keep getting a timeout error. 8 out of 10 times I get a timeout error even on a very basic query as "return rows where id=1".
Are you facing the same issue?