Show HN: Using GPT-3 to let people chat with their DB using natural language(rawquery.com)
rawquery.com
Show HN: Using GPT-3 to let people chat with their DB using natural language
https://rawquery.com
4 comments
Awesome product! What are you using to convert natural language into sql?
I'm not and just a guess, but OpenAI has this https://beta.openai.com/examples/default-sql-request
Very impressive!
The actual data from the database never touches the server, for obvious reasons, and for inserts/updates it asks for confirmation of the changes before actually running the query.
You can try it out for free, so I would love some feedback.