Man, 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.
The future will most likely be "upload it to the cloud and ask the question there". Really sad but but it seems like most people seem to not care about privacy even for the most sensitive parts of their lives. Or even worse they mistrust "the government" but place great trust in "companies which are easily pressured or raided by more than one government". It doesn't make sense at all. (Edit: I don't think a well run…
Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
41–50 of 100 posts
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#42So 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
#43This is a cool idea. Right now my goto tends to be https://devdocs.io/ , but the idea of a conversational type of layer is fascinating. It's always a struggle in a new set of docs trying to figure out their phrasing for merge/join/combine or how they describe aggregations for example. A lot of the time when you're looking at documentation, you're trying to look up "how to do x (with y)" but most docs are written in a…
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#44>"This will return a new DataFrame with all the columns from both tables, and only the rows that match the 'key' column".
That is incorrect. The 'how' parameter is 'left' not 'inner'.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#45In the screenshot, the last sentence reads: >"This will return a new DataFrame with all the columns from both tables, and only the rows that match the 'key' column". That is incorrect. The 'how' parameter is 'left' not 'inner'.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#46So 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.
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.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#47This 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.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#48Seeing https://github.com/arc53/docsgpt/blob/main/application/combi... is just fascinating to me. It's absolutely where this all is headed, but to see it as source code evokes something in me.
It's like the new crud but instead of designing the database tables and columns you're tweaking the prompts.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#49In the screenshot, the last sentence reads: >"This will return a new DataFrame with all the columns from both tables, and only the rows that match the 'key' column". That is incorrect. The 'how' parameter is 'left' not 'inner'.
That this is not a problem for many is worrying.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#50So 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?