leocodeio / chatpilot

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

[FEAT] All clean up filter before adding text data to vector database #8

Open leocodeio opened 2 weeks ago

leocodeio commented 2 weeks ago

step1 - should add a filter so that the sentence will not have any unwanted data step2 - and also make the sentence meaningful before adding

this is the file to be worked on image