Hey that's very cool and works surprisingly well! At Veezoo ( http://www.veezoo.com ) we have been tackling this problem for over 5 years now. Under the hood we are using our own models. With GPT-3 we're a bit worried about the lack of fine-grained control needed for productive use-cases and obv. also lock in. Will try out against the same dataset and see how it compares!
Show HN: Describe SQL using natural language, and execute against real data
11–20 of 37 posts
Re: Show HN: Describe SQL using natural language, and execute against real data
#12This is pretty cool. I thought it was funny in that in the weather dataset that "NULL" comes in first for the win for some questions: > what is the all time rainiest city? > what are the top 5 most dry states? The query conversion is impressive!
Re: Show HN: Describe SQL using natural language, and execute against real data
#13Hey that's very cool and works surprisingly well! At Veezoo ( http://www.veezoo.com ) we have been tackling this problem for over 5 years now. Under the hood we are using our own models. With GPT-3 we're a bit worried about the lack of fine-grained control needed for productive use-cases and obv. also lock in. Will try out against the same dataset and see how it compares!
Re: Show HN: Describe SQL using natural language, and execute against real data
#14Hey that's very cool and works surprisingly well! At Veezoo ( http://www.veezoo.com ) we have been tackling this problem for over 5 years now. Under the hood we are using our own models. With GPT-3 we're a bit worried about the lack of fine-grained control needed for productive use-cases and obv. also lock in. Will try out against the same dataset and see how it compares!
Nice product, will give it a spin. For the banking market. Do you have an API exposed as well to feed questions and get (json) data? Our clients would definitely need it integrated fully.
Re: Show HN: Describe SQL using natural language, and execute against real data
#15Re: Show HN: Describe SQL using natural language, and execute against real data
#16For google-trends it translated "Is there anything cat-related that people are excited about?" to something very reasonable that worked (answer: popcat apparently). Nice!
Re: Show HN: Describe SQL using natural language, and execute against real data
#17How can I extend this to use other datasets? There seem to be quite a few interesting publicly available datasets out there: https://console.cloud.google.com/marketplace/browse?filter=s...
and I'm wondering if: 1. Is there a paid-for version of your app/website where I can plug in a diff dataset? 2. Have you considered sharing the source code for others to recreate and plug in diff datasets? 3. Or, :sweat_smile:, perhaps this is as simple as adding new datasets to the drop-down menu? say, finance data / Bitcoin transactions data?
Regardless, really cool app!
Re: Show HN: Describe SQL using natural language, and execute against real data
#18Hey that's very cool and works surprisingly well! At Veezoo ( http://www.veezoo.com ) we have been tackling this problem for over 5 years now. Under the hood we are using our own models. With GPT-3 we're a bit worried about the lack of fine-grained control needed for productive use-cases and obv. also lock in. Will try out against the same dataset and see how it compares!
Nice product, will give it a spin. For the banking market. Do you have an API exposed as well to feed questions and get (json) data? Our clients would definitely need it integrated fully.
Still we have other ways of integrating it with other systems e.g. exporting to CRMs. Also on the branding side it's possible to have it in the companies corporate identity.
And just let me know if you wanna get a quick tour, happy to show you around :)!
Re: Show HN: Describe SQL using natural language, and execute against real data
#19As an interesting test case, check out the very strange and seemingly recursive query generated for “Get the top 10 authors of caching libraries, ranked by commit volume”