Database queries can be highly technical. I wish to build a Python chatbot to query a database/csv data-frame. I do not wish to use any ready API services as the data could be proprietary.
Sample example: with internal HR bot employees can ask various queries about their own records, leave balances etc.
Not sure how AIML based pure python chatbot can do this? For a question/category(AIML) on leave-balance, how will it fire a database/data-frame query and put the answer back as response/template(AIML).
Any open-source examples with or without AIML?