Embedding chatbot in your react / Next project is simple through our docs2Answer Chatbot package .
npm install docs2anschatbot
import {chatbot}from 'docs2answer'
<Chatbot url="server.url.com"/>
Python version 3.10.0 needed to run this
We have seprate Repository for traning Pdf files and Markdown files
Markdown-Bot for markdown files
PDF-bot for PDF files
Link
Download file from above link in /LaMini-T5-738M/
To create vector embeddings by running injest.py
python injest.pyTo start uvicorn server
uvicorn server:app --reload