# QAnything

产品 · https://godooo.ai/zh/product/qanything

> QAnything 是开源 AI 应用，2024 年推出，面向开发者、企业。

网易有道开源的本地知识库问答系统，支持多种文件格式。

主打：文档问答、知识库检索。开源，可以免费使用。使用方式：自部署、本地离线运行、API。

## 速览

- **类别:** [产品](https://godooo.ai/zh/browse#product)
- **推出于:** 2024
- **所属星系:** [智能体与自动化](https://godooo.ai/zh/galaxy/agents)
- **价格:** 开源免费
- **是否开源:** 是 · AGPL-3.0
- **源代码:** [github.com/netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)
- **GitHub 星标:** 14,190
- **使用方式:** 可自部署 · 可离线本地运行 · API
- **适合谁:** 开发者 · 企业
- **官网:** [qanything.ai](https://qanything.ai)
- **别名:** 有道 QAnything

## 能做什么

- **[文档问答](https://godooo.ai/zh/capability/document-qa)** — 主打, _由机器提出，尚待校准_. “With QAnything , you can simply drop any locally stored file of any format and receive accurate, fast, and reliable answers.” (摘自 [github.com](https://github.com/netease-youdao/QAnything)，2026-09-24)
- **[知识库检索](https://godooo.ai/zh/capability/knowledge-base)** — 主打, _由机器提出，尚待校准_. “QAnything ( Q uestion and A nswer based on Anything ) is a local knowledge base question-answering system designed to support a wide range of file formats and databases, allowing for offline installation and use.” (摘自 [github.com](https://github.com/netease-youdao/QAnything)，2026-09-24)
- **[向量检索](https://godooo.ai/zh/capability/vector-search)** — 支持, _由机器提出，尚待校准_. “Supports massive data question and answer, two-stage vector sorting, solves the problem of degradation of large-scale data retrieval” (摘自 [github.com](https://github.com/netease-youdao/QAnything)，2026-09-24)
- **[搭建对话机器人](https://godooo.ai/zh/capability/chatbot-builder)** — 支持, _由机器提出，尚待校准_. “Supports a quick start mode similar to Kimi, fileless chat mode, retrieval mode only, custom Bot mode.” (摘自 [github.com](https://github.com/netease-youdao/QAnything)，2026-09-24)
- **[文档解析](https://godooo.ai/zh/capability/document-parsing)** — 支持, _由机器提出，尚待校准_. “Currently supported formats include: PDF(pdf) , Word(docx) , PPT(pptx) , XLS(xlsx) , Markdown(md) , Email(eml) , TXT(txt) , Image(jpg，jpeg，png) , CSV(csv) , Web links(html) and more formats coming soon…” (摘自 [github.com](https://github.com/netease-youdao/QAnything)，2026-09-24)

## 平替与同类

- **[RAGFlow](https://godooo.ai/zh/product/ragflow)** (开源免费): 同样能做：文档解析、文档问答、知识库检索
- **[kotaemon](https://godooo.ai/zh/product/kotaemon)** (开源免费): 同样能做：文档问答、知识库检索、搭建对话机器人；不用写代码
- **[AnythingLLM](https://godooo.ai/zh/product/anythingllm)** (开源免费): 同样能做：文档问答、知识库检索、搭建对话机器人；不用写代码
- **[PrivateGPT](https://godooo.ai/zh/framework/privategpt)** (开源免费): 同样能做：文档问答、知识库检索、文档解析
- **[LlamaIndex](https://godooo.ai/zh/framework/llamaindex)** (开源免费): 同样能做：知识库检索、向量检索、文档解析
- **[Khoj](https://godooo.ai/zh/product/khoj)** (开源免费): 同样能做：文档问答、知识库检索；不用写代码
- **[Langchain-Chatchat](https://godooo.ai/zh/product/langchain-chatchat)** (开源免费): 同样能做：文档问答、知识库检索
- **[MaxKB](https://godooo.ai/zh/product/maxkb)** (开源免费): 同样能做：搭建对话机器人、知识库检索、文档问答；不用写代码
- **[FastGPT](https://godooo.ai/zh/product/fastgpt)** (开源免费): 同样能做：搭建对话机器人、知识库检索、文档解析；不用写代码
- **[LightRAG](https://godooo.ai/zh/framework/lightrag)** (开源免费): 同样能做：知识库检索、向量检索、文档问答
- **[NotebookLM](https://godooo.ai/zh/product/notebooklm)** (免费版 + 付费升级): 同样能做：文档问答、知识库检索；不用写代码
- **[Dify](https://godooo.ai/zh/product/dify)** (开源免费): 同样能做：搭建对话机器人、知识库检索；不用写代码

## 关系

- **应用了:** [Retrieval-Augmented Generation (RAG)](https://godooo.ai/zh/concept/rag)

## 常见问题

### QAnything 是什么？

QAnything 是开源 AI 应用，2024 年推出，面向开发者、企业。网易有道开源的本地知识库问答系统，支持多种文件格式。

### QAnything 免费吗？

免费。QAnything 是开源软件（AGPL-3.0）。

### QAnything 开源吗？

开源，许可证是 AGPL-3.0。源代码在 https://github.com/netease-youdao/QAnything。

### QAnything 能本地运行吗？

能，可以在自己的电脑上离线运行。也可以部署在自己的服务器上。

### QAnything 能做什么？

主打：文档问答、知识库检索。也能做：向量检索、搭建对话机器人、文档解析。

### QAnything 有哪些开源替代品？

开源的有：RAGFlow、kotaemon、AnythingLLM、PrivateGPT、LlamaIndex、Khoj、Langchain-Chatchat、MaxKB。其他：NotebookLM。

## 来源

- [github.com](https://github.com/netease-youdao/QAnything) — 核实于 2026-09-24
- [qanything.ai](https://qanything.ai)

---

最后更新 2026-09-24 · 来源核实于 2026-09-24 · 这是 https://godooo.ai/zh/product/qanything 的 Markdown 版本。本站每个页面都有：在地址后面加 .md。
