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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • DocsGPT

    GPT-powered chat for documentation, chat with your documents

  • 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

  • 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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.

  • 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

  • awesome-text-summarization

    The guide to tackle with the Text Summarization

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

  • 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