AdyTech99/volo
An F/OSS solution combining AI with Wikipedia knowledge via a RAG pipeline
Combines offline Wikipedia snapshots (via Kiwix's `.zim` files) with a lightweight 3B-parameter model through semantic search and retrieval, exposing results via OpenAI-compatible REST endpoints. Integrates with Ollama for model inference and supports clients like Open WebUI, eliminating hallucinations through grounded, fact-checked responses from 7M Wikipedia articles without internet dependency.
No commits in the last 6 months.
Stars
98
Forks
3
Language
Python
License
GPL-3.0
Category
Last pushed
Jan 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/AdyTech99/volo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
moodlehq/wiki-rag
An experimental Retrieval-Augmented Generation (RAG) system specialised in ingesting MediaWiki...
macromeer/offline-wikipedia-rag
Free offline AI with complete Wikipedia knowledge - 100% private
QingFei1/LongRAG
[EMNLP 2024] LongRAG: A Dual-perspective Retrieval-Augmented Generation Paradigm for...
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...