Hacker News new | ask | show | jobs
by gus_massa 1988 days ago
I tried

> A dessert with banana in less than 30 minutes

It detects "dessert" and "30 minutes" but it doesn't detect "banana". Looking at the instructions, I think you are not detecting ingredients, so ... I think this is a feature request.

Is this connected to a real database with many recipes or is only a demo of natural language to a sql-like language?

1 comments

Yes, this is expected result. It is purely based on your database schema. For the Recipe example, i do not have a field that is called ingredients, that could potentially have the "banana" as a possible value. I can add this to the example.

It is only a demo of natural language to sql-like language. The output viewed is just a preview of the true output, which takes a JSON form.