Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 832 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 832 Bytes

Instwise Customer Support Bot

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.

Setup

  1. Clone the repository:

    git clone https://github.com/sushi057/InstWise-customer-bot
    cd InstWise-customer-bot
  2. Create a virtual environment:

    python -m venv .venv
    source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Set up environment variables:

    • Create a [.env] file from [.env.example] and add necessary environment variables.
  5. Run docker

    docker-compose up