Show HN: A Discord bot to converse with documentation using GPT-4 and RAG
Hi HN! I built this bot that allows you to chat with your technical documentation! It’s been pretty nifty so far on our Discord help forums, and it’s open-source so I figured I would share! Cheers.
3 comments
[ 3.0 ms ] story [ 15.4 ms ] threadI was thinking of using langchain's markdown parser: https://python.langchain.com/docs/modules/data_connection/do... but I haven't figured out how to put all the chatbot pieces together.
Thank you for the guide.