Live data from Hacker News

Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries

github.com

11–20 of 100 posts

Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries

#11
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

Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries

#12
post #10

What 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

Haha me too

Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries

#13
post #8
post #6

Earlier 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.

This is really a good question. Could be interesting also which is the best method to provide to GPT a Product documentato and ask question inherents to that and nothing else.

Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries

#14
Im curious how this works out over time.

It 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

#15
post #5

Where 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”

https://github.com/arc53/docsgpt/wiki/How-to-train-on-other-...

Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries

#16
post #11

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

Seems like this app is very stripped down streamlit app more dependent on API calls vs the DocsGPT. Doubt they are related.

Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries

#17
post #11

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

I will support and pay for this project.

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

#20

This is really the quality of projects we're upvoting? This is a python script that calls another API.

It's not about this project. It's a use-case of ChatGPT someone has explored. ChatGPT is new and we all want to learn about how it works in many new use cases.
Post reply on HN