This is a ChatBot (Helper) designed to answer questions posted in on a WhatsApp group. The ChatBot understands your queries and provides the closest possible answers.
Example: Run below queries
- Google drive links
- Training Meeting Invite
- Baljeet contact details, please
- Recommended dev environment
- Quick_Chicken_Byte
- Linux
- Python3
- ChromaDB
- ngrok
- Export WhatsApp messages to text file
- Run 'parser_querymate.py' which generates csv from text file
python parser_querymate.py
- RAG csv data using 'producer_querymate.py' and store in ChromaDB
file
python producer_querymate.py
- Run 'consumer_querymate.py' with sample quries
python consumer_querymate.py
- Run 'ui_querymate.py' UI service on localhost to communicate with CromaDB
streamlit run ui_querymate.py
- Run ngrok and expose UI interface to cloud
ngrok http http://localhost:8501
git clone [email protected]:bhagavansprasad/QueryMate.git
- Image search
- Replies are not upto the mark
- Works on offline messages of WhatsApp
- Optimization
- User different LLMs to make the search better
- Port it to Hugging Interface
