- Python 3.11
-
Clone this repo
-
Create virtual environment
python -m virtualenv venv source ./venv/Scripts/activate
-
Install dependencies
pip install -r requirements.txt
-
Open a MongoDB Atlas account, create a database and copy MONGO_URI
-
Copy
.env.example
to.env
and replace with real values
- Start the app using chainlit
chainlit run chatbot.py
-
You will be prompted to enter user name, password
-
Define a business name to store on the database
-
Enter configuration variables
-
Start asking questions when you see the prompt: "Ask me anything!" from "Personal Assistant".