This project allows a chatbot to be extended with a default fallback state that makes queries to a language model to ask questions on a given .csv/.txt file
- Modify
src/main/resources/configuration.propertiesif you need it, and make sure that the bot folder name coincides with the ones inrunVisitor.shandrunBot.sh. - Open a new terminal in the root directory of the project and run
./runVisitor.shto generate the enhanced chatbot. - Then, run
./runBot.shto run the new chatbot together with the flask server running the language model. Make sure that the server port coincides with the one specified insrc/main/resources/configuration.properties.