A chatbot assistant that provides tailored products guidance to customers, using custom RAG from custom data.
-
Clone the repository:
git clone https://github.com/RaheesAhmed/sales_chatbot.git
-
Navigate to the project directory:
cd sales_chatbot
-
Install the dependencies:
npm install
- Start the server:
npm start
Open your browser and go to localhost:3000
to test the chatbot.
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.