Query the database using natural language
true
if the query was executed successfully, false
otherwise.Error | Cause | Solution |
---|---|---|
”Could not understand question” | Question is too vague or uses unknown terms | Rephrase with more specific language and common terms |
”Table not found” | Incorrect table name provided | Verify the table name exists in your database |
”Column not found” | Question references fields that don’t exist | Use field names that match your database schema |
”Query timed out” | Question generates an overly complex query | Simplify your question or break it into smaller parts |
”Unauthorized” | Invalid or missing API key | Check that you’re using a valid API key |