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

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. DocsGPT

    Chatbot for documentation, that allows you to chat with your data. Privately deployable, provides AI knowledge sharing and integrates knowledge into your AI workflow

    Openai has documentation and guides in their blog about how to interface with the GPT API. But in this case, you can also look directly at the source code published here.

    https://platform.openai.com/docs/introduction

    https://github.com/arc53/docsgpt/tree/main/application

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. knowledge_gpt

    Accurate answers and instant citations for your documents.

    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

  4. devdocs

    API Documentation Browser

    This 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 "common language" and end up describing things in jargon you may not be aware of yet.

  5. nlp-recipes

    Discontinued Natural Language Processing Best Practices & Examples

    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

  6. awesome-text-summarization

    The guide to tackle with the Text Summarization

    https://github.com/icoxfog417/awesome-text-summarization

  7. chatgpt_telegram_bot

    💬 Telegram bot with ChatGPT, Python-based, using OpenAI's API.

    I set up a telegram bot and connected it to my OpenAI account with API keys and it works, but as I'm aware ChatGPT is not available as api yet, so I'm guessing the repo I got the telegram bot kinda lied that it's using ChatGPT?

    [the repo](https://github.com/karfly/chatgpt_telegram_bot)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Generative Search for Everyone

    1 project | news.ycombinator.com | 2 Feb 2025
  • VerifAI – Generative Search easy to deploy

    1 project | news.ycombinator.com | 13 Jan 2025
  • Show HN: Wordllama – Things you can do with the token embeddings of an LLM

    2 projects | news.ycombinator.com | 14 Sep 2024
  • Create a Question/Answer Chatbot in Python

    1 project | dev.to | 11 Sep 2024
  • NLTK version 3.8.2 is no longer available on PyPI

    1 project | news.ycombinator.com | 16 Aug 2024