TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Create a GPT3 powered Q&A Chatbot for *any* GitHub repo by posting its link

13 点作者 Yuvrajs超过 2 年前

3 条评论

pedrovhb超过 2 年前
I&#x27;ve also been experimenting with generating embeddings from repos&#x2F;docs, and even though embeddings are cheap, I find myself making sure I record every last one to disk so I don&#x27;t have to hit the API again for that piece of content.<p>It 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&#x2F;or more) vectors? Is there anything like that yet?<p>Of course code changes over time, but they&#x27;d be useful for e.g. a stable release of a library. For big codebases, it&#x27;d also be more economical to re-embed only changed files (or functions&#x2F;classes, more granularly).
Yuvrajs超过 2 年前
Introducing our Q&amp;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&amp;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-quality chatbot that you can use and customize to suit your needs. Give it a try today and experience the power of automation in chatbot creation!
评论 #34663208 未加载
mholubowski超过 2 年前
Hi! I have a fee important questions before using this :)<p>Namely, is there some way to estimate how much it will cost in OpenAI credits.<p>My repo has a vendor folder with thousands of dependency files. Will each of these be sent off to OpenAI for embeddings?<p>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.