This repo is an lab implementation of some chatbots examples using a knowledge base using LangChain
To run the project you can follow the following steps:
- Create data folder in root path and include the needed data files you want to work on
- Create a .env file based on .env template and add the Open Ai secret key and data path
- Run
poetry install
in the environment you're working on - You can check the available commands running
python -m chatbot_lab --help