Yesterday, an undergraduate from Sri Lanka released KnowledgeGPT[1] which allows you to upload your docs and get answers from ChatGPT. It also uses FAISS so I'm wondering if DocsGPT is somehow related or inspired by the former. It also appears the Github library for DocsGPT was created shortly after the release of KnowledgeGPT. 1: https://github.com/mmz-001/knowledge_gpt
Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
51–60 of 100 posts
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#52I will be much more excited when AI can explain undocumented systems to me. This feels like it can't be far away, and it will be a game changer.
I guess for this to be helpful it is gonna need out-of-band info, but maybe just the git log would be a pretty good start. If you could add a mailing list or chat history of developers I imagine things could get more powerful.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#53AI to help me read docs does seem somewhat handy but I feel like if there's already documentation it's really just gonna save a couple of minutes? I will be much more excited when AI can explain undocumented systems to me. This feels like it can't be far away, and it will be a game changer. I guess for this to be helpful it is gonna need out-of-band info, but maybe just the git log would be a pretty good start. If yo…
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#54Yesterday, an undergraduate from Sri Lanka released KnowledgeGPT[1] which allows you to upload your docs and get answers from ChatGPT. It also uses FAISS so I'm wondering if DocsGPT is somehow related or inspired by the former. It also appears the Github library for DocsGPT was created shortly after the release of KnowledgeGPT. 1: https://github.com/mmz-001/knowledge_gpt
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#55Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#56Earlier quoted context omitted.
You could probably ask ChatGPT how to get started with GPT, but I think a lot of people are building apps taking advantage of GPT's Fine Tuning ability. https://platform.openai.com/docs/guides/fine-tuning
If I take advantage of this for allowing my customers to ask questions about our product documentation, how do I limit questions to questions about my product documentation? I don't want to be paying Open OPI for questions unrelated to my product.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#57Man, imagine If you can run it locally and let it parse all of your documents, so you can ask it questions like when does my passport expires, or what is my Wife's ID number and so on.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#58So just so I understand- this is all based on taking input from the user, injecting it in a template prompt that instructs chatgpt to answer the question based on providing it all the source material? What happened to building your own models to run offline?
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#59Earlier quoted context omitted.
That's like complaining that a musician doesn't build their own piano. Or actually, it's like asking why they don't build their own piano factory. No sole developer has the skills or resources to build something like GPT. Even if it was open source no user would be able to run it locally anyway.
No, you completely miss the point. It's like complaining that a musician cannot practice their instrument without software that requires you to be always-online. > Even if it was open source no user would be able to run it locally anyway. You are just stating this, it does not make it true. Several of us are running GPT-3 workloads locally.
Unless you work for OpenAI (and your “local” machine somehow has 1TB+ of VRAM, equivalent to roughly 25 A100s), this cannot possibly be true…
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#60Earlier quoted context omitted.
That's like complaining that a musician doesn't build their own piano. Or actually, it's like asking why they don't build their own piano factory. No sole developer has the skills or resources to build something like GPT. Even if it was open source no user would be able to run it locally anyway.
No, you completely miss the point. It's like complaining that a musician cannot practice their instrument without software that requires you to be always-online. > Even if it was open source no user would be able to run it locally anyway. You are just stating this, it does not make it true. Several of us are running GPT-3 workloads locally.
> Several of us are running GPT-3 workloads locally.
Several people out of 8 billion is the same as no-one. The point made was that anyone should be able to run this document assistant on their local machine.