This is really the quality of projects we're upvoting? This is a python script that calls another API.
Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
91–100 of 100 posts
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#92Yesterday, 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
They're both just based on langchain embedding and search logic from a built index. No real difference in the two except stylistic code approaches.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#93Earlier quoted context omitted.
Was it important to say the country of origin?
The creator's context seemed like a good addition when I was writing my initial comment. Is it offensive or problematic?
Hey, I don't agree with "... made with Rust/Go/React/X" slogan too. It is just pointless.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#94Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#95From https://news.ycombinator.com/item?id=34659668 : >> 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…
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#96Earlier quoted context omitted.
Was it important to ask if it was important to say the country if origin?
Yes, I want to know if that is an indicator of quality. Are AI from Sri-Lanka better than AI from USA? Could you tell me that?
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#97Earlier quoted context omitted.
The creator's context seemed like a good addition when I was writing my initial comment. Is it offensive or problematic?
It is not offensive, it is just pointless. I've never see people from USA write "I'm made XYZ App, made from a guy in Minnesota". I'm not from USA. But a lot of people outside USA, see the need to plaster it all over the place (Switzerland? Germany? Sweden?) their country of origin. Is the country an indicator of quality of a product? Is it supposed to convey anything to me? Hey, I don't agree with "... made with Rus…
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#98Earlier quoted context omitted.
It is not offensive, it is just pointless. I've never see people from USA write "I'm made XYZ App, made from a guy in Minnesota". I'm not from USA. But a lot of people outside USA, see the need to plaster it all over the place (Switzerland? Germany? Sweden?) their country of origin. Is the country an indicator of quality of a product? Is it supposed to convey anything to me? Hey, I don't agree with "... made with Rus…
Great, you don't have to agree, nor do you have to comment on it.
Re: Show HN: DocsGPT, open-source documentation assistant, fully aware of libraries
#99Earlier quoted context omitted.
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 wasn't a complaint. I'm just trying to understand. 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
#100Earlier quoted context omitted.
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.
Btw this project doesn't use ChatGPT, it uses text-davinci-003.
[the repo](https://github.com/karfly/chatgpt_telegram_bot)