Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raheesahmed/sales_chatbot

A chatbot assistant that provides tailored products guidance to customers, using custom RAG from custom data.
https://github.com/raheesahmed/sales_chatbot

chatgpt-api langchain langchain-js openai rag rag-chatbot sales-agent

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Sales Repersentive Chatbot

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

## Installation

1. Clone the repository:

```bash
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

4. 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.