umbertogriffo/rag-chatbot
RAG (Retrieval-augmented generation) ChatBot that provides answers based on contextual information extracted from a collection of Markdown files.
This chatbot helps you get answers from your own collection of Markdown documents, like internal company wikis or project notes. You provide the chatbot with your Markdown files, and it allows you to ask questions in plain language, providing concise answers based only on the information within those documents. It's ideal for anyone who needs to quickly find specific information across a large set of internal documentation.
387 stars.
Use this if you need a conversational tool to quickly retrieve specific information from your internal Markdown-based documentation or knowledge base.
Not ideal if you need a chatbot that can access external websites, perform general knowledge queries, or create new content beyond what's in your provided documents.
Stars
387
Forks
97
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 07, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/umbertogriffo/rag-chatbot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
AleksNeStu/ai-real-estate-assistant
Advanced AI Real Estate Assistant using RAG, LLMs, and Python. Features market analysis,...
Azure-Samples/aisearch-openai-rag-audio
A simple example implementation of the VoiceRAG pattern to power interactive voice generative AI...
luisrodriguesphd/agentic-rag-chatbot
This repository features the Agentic RAG Chatbot, an AI-powered assistant designed for real-time...
mgoltzsche/knowledgebot
A Q&A RAG AI assistant and web crawler
ak-123459/Open-RAGA
This project implements a Retrieval-Augmented Generation (RAG) based chatbot designed to handle...