It also appears the Github library for DocsGPT was created shortly after the release of KnowledgeGPT.
Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
11–20 of 100 posts
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#12What exactly is it aware of though? I guess it's aware of certain packages in certain languages? I asked how to create an AWS API gateway with terraform. It said: > You can use the terraform-aws-api-gateway module. This module provides a set of Terraform resources for creating and managing an API gateway. It allows you to define the API gateway, its resources, methods, and stages. It also provides support for custom…
To be fair, this sounds like some junior engineer interviews I've conducted
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#13Earlier 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
#14It seems like adding a translation layer into conversational speech could make good docs harder to use?
And if theyre not good docs to start, what will gpt base its answer on?
Could be useful for a question that spans multiple technologies maybe
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#15Where can one go to learn how to build something like this with chatgpt? Are people asking a question under the hood? Like “explain these 30 code files to me”
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#16Yesterday, 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
#17Yesterday, 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
I thought about the same problem. Companies have lots of marketing material and data sheets that are not easily queried but would be very useful to support staff when dealing with customer's questions.
I didn't build it, they did. They get my support.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#18Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#19Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#20This is really the quality of projects we're upvoting? This is a python script that calls another API.