/sales_chatbot

A chatbot assistant that provides tailored products guidance to customers, using custom RAG from custom data.

Primary LanguageJavaScript

Sales Repersentive Chatbot

A chatbot assistant that provides tailored products guidance to customers, using custom RAG from custom data.

Installation

  1. Clone the repository:

    git clone https://github.com/RaheesAhmed/sales_chatbot.git
  2. Navigate to the project directory:

    cd sales_chatbot
    
  3. Install the dependencies:

npm install

Usage

  1. Start the server:
npm start

Open your browser and go to localhost:3000 to test the chatbot.

Change the Knowledge Base Docs:

You can change your documents here in Data folder.Simply If you want to add more files just delete the Data.Index folder and run the chatbot again and it will take all new files.