This project implements a chatbot using the Langgraph library. The chatbot interacts with users, processes their inputs, and provides responses based on predefined nodes and edges in a state graph.
-
Clone the repository:
git clone https://github.com/sushi057/InstWise-customer-bot cd InstWise-customer-bot
-
Create a virtual environment:
python -m venv .venv source .venv/bin/activate # On Windows use `.venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
-
Set up environment variables:
- Create a [
.env
] file from [.env.example
] and add necessary environment variables.
- Create a [
-
Run docker
docker-compose up