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”
If you're looking for a low-code solution, I've written up how we handle this here: https://relevanceai.com/blog/use-all-of-your-blog-posts-and-...
Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
81–90 of 100 posts
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#82This is really the quality of projects we're upvoting? This is a python script that calls another API.
Ahhh.. I agree, I wanted to make it higher quality, but I was working on it during this week and was just too excited to share it. Would have been happy with few upvotes, but to be on the front page is absolutely crazy for me
Kudos to you, and I hope you keep that excitement going!
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#83So 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?
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.
When I was in school, in AI/ML classes we needed to build our own models. So now I'm guessing that you use existing models...
I'm trying to gauge how behind the times I am.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#84So 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?
What happened to inventing wheels?
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#85Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#86Yesterday, 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
Posted Jan 9th insert slowpoke meme https://dagster.io/blog/chatgpt-langchain
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#87>> How do the responses compare to auto-summarization in terms of Big E notation and usefulness?
> Automatic summarization: https://en.wikipedia.org/wiki/Automatic_summarization
> "Automatic summarization" GH topic: https://github.com/topics/automatic-summarization
Though now archived,
> Microsoft/nlp-recipes lists current NLP tasks that would be helpful for a docs bot: https://github.com/microsoft/nlp-recipes#content
NLP Tasks: Text Classification, Named Entity Recognition, Text Summarization, Entailment, Question Answering, Sentence Similarity, Embeddings, Sentiment Analysis, Model Explainability, and Auto-Annotatiom
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#88Yesterday, 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
Was it important to say the country of origin?
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#89Yesterday, 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
#90AI 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…
We have plenty of partially documented systems, it's a constant challenge to keep it up to date. I wonder if this could be brought more in-line with production by merging documents with support request logs and even code ?