RAG-system and WikiRag

These are competitors—both implement RAG pipelines for Wikipedia-based question answering, differing only in implementation details and maturity (WikiRag has slightly more stars), so users would select one based on preference rather than using them together.

RAG-system
30
Emerging
WikiRag
27
Experimental
Maintenance 2/25
Adoption 4/25
Maturity 9/25
Community 15/25
Maintenance 0/25
Adoption 5/25
Maturity 9/25
Community 13/25
Stars: 8
Forks: 4
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
Stars: 10
Forks: 2
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: Apache-2.0
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About RAG-system

xumozhu/RAG-system

Retrieval-Augmented Generation system: ask a question, retrieve relevant documents, and generate precise answers. RAG demo: document retrieval + LLM answering

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.

Implements a vectorization pipeline that embeds Wikipedia articles into Qdrant vector database using HuggingFace embeddings, then chains retrieval with local Ollama LLM inference. Optional DuckDuckGo web search expands context when Wikipedia knowledge proves insufficient, with evaluation metrics (semantic similarity, factual correctness) provided via Ragas library. Includes a Streamlit UI for interactive querying.

Scores updated daily from GitHub, PyPI, and npm data. How scores work