I have local sqlite database which has customers network information. my target is to chat with this database, so i can ask it questions related to my network and it answer it from the database. i dont want to have any answers which are not related to the database content. so it train on the database only.
i want it to be offline/locally on pc with no internet access as this data is confidential.
From where should i start ?