From 8e271bf6a209e7421950f735071eaaa879a67a06 Mon Sep 17 00:00:00 2001 From: Olagokemills Date: Sun, 3 Aug 2025 10:24:29 +0100 Subject: [PATCH] Add DocsGPT to the list of projects for beginners - DocsGPT is an open-source RAG assistant for reliable document Q&A - 16.9k stars, 195 contributors, actively maintained with modern AI/ML stack - Uses 'good first issue' label with currently 3 open beginner-friendly issues - Built with Python (40.7%) and TypeScript (52.6%) - Repository: https://github.com/arc53/DocsGPT --- data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data.json b/data.json index aeb4aaf..a0a1d58 100644 --- a/data.json +++ b/data.json @@ -1499,6 +1499,16 @@ ], "description": "MindsDB is an open source AI layer for existing databases." }, + { + "name": "DocsGPT", + "link": "https://github.com/arc53/DocsGPT", + "label": "good first issue", + "technologies": [ + "Python", + "TypeScript" + ], + "description": "Open-source RAG assistant that helps users get reliable answers from knowledge sources while avoiding hallucinations." + }, { "name": "Bokeh", "link": "https://github.com/bokeh/bokeh",