TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Chatbot for Microsoft Guidance

3 pointsby jacky2wongalmost 2 years ago

1 comment

jacky2wongalmost 2 years ago
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&#x27;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:&#x2F;&#x2F;docs.twilix.io&#x2F;tutorials&#x2F;github-integration" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.twilix.io&#x2F;tutorials&#x2F;github-integration</a>