moodlehq/wiki-rag
An experimental Retrieval-Augmented Generation (RAG) system specialised in ingesting MediaWiki sites via their API and providing an OpenAI API interface to interact with them.
This project helps educators, content managers, or anyone maintaining a MediaWiki site to create an AI assistant that provides accurate, contextually relevant answers based on their specific wiki content. It takes content directly from your MediaWiki site via its API and outputs an interface compatible with OpenAI's API, allowing you to interact with your wiki as if it were a specialized language model. The ideal user is someone managing a knowledge base on MediaWiki who wants to leverage AI for information retrieval and content generation without losing accuracy.
Use this if you need to build an AI chatbot or text generation system that provides answers exclusively from the content of your MediaWiki-powered knowledge base, ensuring accuracy and relevance.
Not ideal if you need an AI that accesses or generates information from the open internet or sources other than your specific MediaWiki site.
Stars
31
Forks
9
Language
Python
License
BSD-3-Clause
Category
Last pushed
Feb 19, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/moodlehq/wiki-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
macromeer/offline-wikipedia-rag
Free offline AI with complete Wikipedia knowledge - 100% private
xumozhu/RAG-system
Retrieval-Augmented Generation system: ask a question, retrieve relevant documents, and generate...
MauroAndretta/WikiRag
WikiRag is a Retrieval-Augmented Generation (RAG) system designed for question answering, it...
ShahMitul-GenAI/RAG-Simplified
Enhance GPT-3.5-Turbo output using Retrieval-Augmented Generation (RAG) with a user-friendly...
QingFei1/LongRAG
[EMNLP 2024] LongRAG: A Dual-perspective Retrieval-Augmented Generation Paradigm for...