wiki-rag and WikiRag
These are competitors offering similar RAG pipelines over Wikipedia content, with the key technical difference being that moodlehq/wiki-rag targets arbitrary MediaWiki instances via API while MauroAndretta/WikiRag is specifically optimized for Wikipedia's knowledge base.
About wiki-rag
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.
About WikiRag
MauroAndretta/WikiRag
WikiRag is a Retrieval-Augmented Generation (RAG) system designed for question answering, it reduces hallucination thanks to the RAG architecture. It leverages Wikipedia content as a knowledge base.
This tool helps researchers, students, and curious individuals quickly get answers to factual questions by searching Wikipedia and, if needed, the broader web. You input a question in natural language, and it provides a concise, accurate answer, leveraging a vast knowledge base to avoid common AI inaccuracies. Anyone who frequently needs to extract specific, reliable information from Wikipedia will find this useful.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work