add a chatbot on the homepage (right side down corner) that can answer basic questions about bs prep like courses, what it is, how it works, etc. this shouldn’t be user-upload rag, instead use our own data by collecting content from the site (pages, docs, info) and feeding it as a knowledge base.
build it as a rag-based chatbot that only answers from this data. you can structure the data however you prefer (json, markdown, etc), just make sure it’s clean and covers everything important.
try using multiple apis like grok and gemini with fallback handling in case one fails. keep the ui simple and aligned with the current site theme. create a new branch, implement this fully, test properly, and raise a pr.
comment if u wanna work on this issue
add a chatbot on the homepage (right side down corner) that can answer basic questions about bs prep like courses, what it is, how it works, etc. this shouldn’t be user-upload rag, instead use our own data by collecting content from the site (pages, docs, info) and feeding it as a knowledge base.
build it as a rag-based chatbot that only answers from this data. you can structure the data however you prefer (json, markdown, etc), just make sure it’s clean and covers everything important.
try using multiple apis like grok and gemini with fallback handling in case one fails. keep the ui simple and aligned with the current site theme. create a new branch, implement this fully, test properly, and raise a pr.
comment if u wanna work on this issue