QAnything
StaleDescription
QAnything is an open-source local knowledge base Q&A system by NetEase Youdao, supporting any file format with offline RAG capabilities for building private knowledge Q&A.
Key Features
- Local knowledge base Q&A supporting PDF, Word, PPT, XLS, Markdown, images, CSV, and more
- Two-stage vector retrieval with embedding + reranking for scalable accuracy
- Full offline operation — supports air-gapped installation with no external network required
- BCEmbedding bilingual retrieval with top MTEB semantic representation scores
- One-click Docker Compose deployment with pure CPU support on Windows, Mac, and Linux
- Customizable pipeline — OCR, embed, rerank components are modular and swappable
Use Cases
Strengths & Limitations
✅ Strengths
- • High community interest (14.1k stars)
- • Established track record (2 years in production)
⚠️ Limitations
- • No updates in over 17 months
- • Restrictive license (AGPL-3.0)
Tags
Categories
Quick Start
git clone https://github.com/netease-youdao/QAnything.git && cd QAnything && docker compose up