ChatPilot is a web-based chatbot powered by machine learning and web scraping, designed to provide intelligent replies based on scraped website data. It uses Python with Hugging Face for training the bot, FastAPI for API development, and React for the user interface. This combination enables real-time, context-aware interactions that enhance user
0
stars
7
forks
source link
[FIX] everytime we wanted to train our bot on new url we are forced to delete the db file in database folder #14
step1 - implement separated logic to take another input along with url say <company_name/website_name>
step2 - when ever a new <company_name/website_name> comes up a separate collection in the same database should be created and the data should be fed into that collection
step3 - so querying logic needs to know on which collection it should query on so implement a input<company_name/website_name> in quriying too
step1 - implement separated logic to take another input along with url say <company_name/website_name>
step2 - when ever a new <company_name/website_name> comes up a separate collection in the same database should be created and the data should be fed into that collection
step3 - so querying logic needs to know on which collection it should query on so implement a input<company_name/website_name> in quriying too