I built a chatbot for Microsoft Guidance to learn what the Github repository was all about. For this, I parsed the Jupyter Notebooks and indexed them using a sliding window and then hosted the chatbot on my company's server. Posting it here if people find it interesting. There are 2 versions - a simple question-answering bot (Gpt 3.5-turbo) and then a copilot version (which uses GPT-4) under the hood.<p>If you found this helpful or if you have suggestions on how this can improve, you can send me an email on jacky@twilix.io<p>Hope this helps people navigate the (somewhat) difficult docs of Microsoft Guidance.<p>I wrote a guide on how to do it here:
<a href="https://docs.twilix.io/tutorials/github-integration" rel="nofollow noreferrer">https://docs.twilix.io/tutorials/github-integration</a>