stanford-oval/WikiChat
WikiChat is an improved RAG. It stops the hallucination of large language models by retrieving data from a corpus. observed · 2026-08-28
Health v2 · maintenance only
47/100
- Activity 65
- Release rhythm 8
- Longevity 74
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1049
- days_rel: 491
- days_push: 214
- n_releases_24m: 1
Adoption not part of the score
1614 stars · 146 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WikiChat is a retrieval-augmented generation (RAG) framework that grounds LLM chatbot responses in a corpus (Wikipedia by default) to reduce hallucination. It supports custom document indexing with Qdrant, a free Wikipedia search API, distilled lower-latency models, and multi-user deployment via Chainlit.
Use cases
- build a chatbot that answers factually from wikipedia
- reduce llm hallucination with retrieval-augmented generation
- index my own documents and chat over them
- create a grounded question answering bot over a custom corpus
- distill a smaller model for cheaper factual chatbot responses
- simulate conversations to evaluate chatbot factuality
When to choose
- you need a chatbot whose answers are grounded in Wikipedia or your own documents
- you want a research-backed RAG pipeline focused on factuality
- you want to build a custom vector index with Qdrant and query it with an LLM
When to avoid
- you need a general-purpose agent framework with tool use beyond retrieval
- you want a fully hosted turnkey product rather than a self-hosted Python system
- your use case requires real-time data beyond your indexed corpus
Facets
library · maturity active
rag chatbot nlp search-engine llm-inference large-language-models chatbots python self-hosted hallucination-reduction wikipedia factuality qdrant retrieval-grounding retrieval-augmented-generation natural-language-processing docker
2 sources
- readme: https://github.com/stanford-oval/WikiChat · fetched 2026-08-28 · e750ab5b084d
- homepage: https://wikichat.genie.stanford.edu · fetched 2026-08-29 · 7c503cee6b1b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stanford-oval/WikiChat | main | 47 |
For agents
markdown · JSON · MCP: product_card(name="stanford-oval/WikiChat")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem