Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
github.com
Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
1–10 of 100 posts
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#2Would this support Markdown format? Context, I'm using Hugo with Markdown + injected code snippets. Might need to actually crawl the site...
Do you think including Slack Q&As in training would help too?
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#3Very cool, I'm glad that you provided some instructions on how to use this on a different set of docs. Would this support Markdown format? Context, I'm using Hugo with Markdown + injected code snippets. Might need to actually crawl the site... Do you think including Slack Q&As in training would help too?
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#4Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#5Are 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
#6Where 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
#7What are you doing on top of langchain? More details would be nice.
https://github.com/arc53/docsgpt/blob/main/scripts/ingest_rs...
This is the prompt that is used: https://github.com/arc53/docsgpt/blob/main/application/combi...
And this is where it calls the openai. Looks pretty straightforward. https://github.com/arc53/docsgpt/blob/main/application/app.p...
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#8Where 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”
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
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#9> 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 domain names, API keys, and usage plans.
I followed up with "Show me the hcl configuration for it."
> There is no hcl configuration for it.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#10What 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…