We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I get this error when using tableQA and your sample code
response=agent.query_db("how many deaths of age below 40 had stomach cancer?") print(response)
AttributeError: 'Engine' object has no attribute 'execute'
Activity