drorm / ria

Use GPT3.5 to convert English requests into SQL queries and get the result of the query
MIT License
9 stars 1 forks source link

Unable to run the SQL queries & get the results. #2

Closed shubhankars2795 closed 1 year ago

shubhankars2795 commented 1 year ago

Hi, Hope you are doing good. I have some queries related to Relational Information Assistant. Using this code provided by you, I am only able to translate my request into a SQL query. After which I am unable to run those queries & get the results. As mentioned by you, there's a need to "press 'Submit' button to run your query", whereas I am unable to get that Submit button in your code, for execution.

MicrosoftTeams-image (21) As you can see in the screenshot, it is able to translate my request into a SQL query.

Kindly help me with a resolution.

drorm commented 1 year ago

Hi, This project is just a proof of concept, and now I'm archiving it to make that clearer. I suspect that the issue is that one of the columns returns unexpected null results.