Hey guys, I'm a Junior CS major in college, and am very new to production software development. For my internship, i've been tasked with adding an AI ChatBot to the company website, and am wondering whether Botpress is the right solution. Last week, I created a proof-of-concept (leveraging RAG) with Langchain in Python, and it works quite well, but my boss would rather an off-the-shelf solution for our initial trial period, rather than something custom-coded. All this to ask, how much control does Botpress actually give me as a developer? Am I able to use my own VectorDB for RAG, or am I forced into using their — more expensive — solution? Also, does Botpress include a framework for frontend chat window development? Maybe something in Javascript that could be easily added to the lower right-hand corner of a website? Thanks 🙂