gap-text2sql
gap-text2sql copied to clipboard
Can anyone help out in figuring out what is "terminal" here?
While executing a natural language query "Birth year of Gina Rinehart", we got the following sql query output. The output sql query is okay, but whenever we are calling any variable data(in this case, our variable is 'Gina Rinehart'), we are getting "terminal"
Natural language query from spider's singer database: Birth year of Gina Rinehart. Corresponding output SQL query: SELECT singer.Birth_Year FROM singer WHERE singer.Name = 'terminal'
I have the exact same issue here
!
checkout this - https://github.com/awslabs/gap-text2sql/issues/5#issuecomment-774560800