Create a GPT3 powered Q&A Chatbot for *any* GitHub repo by posting its link
1–5 of 5 posts
Re: Create a GPT3 powered Q&A Chatbot for *any* GitHub repo by posting its link
#2Re: Create a GPT3 powered Q&A Chatbot for *any* GitHub repo by posting its link
#3Introducing our Q&A Chatbot Creator, a powerful tool that automates the process of creating a chatbot for your Github repositories. With just a few simple steps, you can create your own state-of-the-art Q&A chatbot with ease. Using LangChain and Gradio, the tool generates the FAISS embedding vector space for you, and provides a seamless integration with OpenAI API and Huggingface Tokens. The end result is a high-qual…
Re: Create a GPT3 powered Q&A Chatbot for *any* GitHub repo by posting its link
#4Namely, is there some way to estimate how much it will cost in OpenAI credits.
My repo has a vendor folder with thousands of dependency files. Will each of these be sent off to OpenAI for embeddings?
Would you kindly provide any and all info, can’t wait to try this but I’m worried it’ll cost way more than I’m anticipating.
Re: Create a GPT3 powered Q&A Chatbot for *any* GitHub repo by posting its link
#5It strikes me as wasteful to potentially generate them multiple times for the same repo. Is it against TOS to publicly share generated embeddings and collaborate to build a database of codebase (and/or more) vectors? Is there anything like that yet?
Of course code changes over time, but they'd be useful for e.g. a stable release of a library. For big codebases, it'd also be more economical to re-embed only changed files (or functions/classes, more granularly).