Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/raheesahmed/sales_chatbot
- Owner: RaheesAhmed
- Created: 2024-05-29T12:52:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T13:00:21.000Z (7 months ago)
- Last Synced: 2024-11-06T12:39:19.856Z (about 2 months ago)
- Topics: chatgpt-api, langchain, langchain-js, openai, rag, rag-chatbot, sales-agent
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
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.