框架
PrivateGPT
PrivateGPT 是开源 AI 开发框架,2023 年推出,面向开发者、企业。
在本地模型上构建文档问答等私有 AI 应用的 API 层。
主打:文档问答、知识库检索。开源,可以免费使用。使用方式:自部署、API、本地离线运行。
这是 https://godooo.ai/zh/framework/privategpt 的 Markdown 版本。本站每个页面都有:在地址后面加 .md。
速览
能做什么
文档问答主打待校准
“a script that let you chat with your documents, fully offline, with no data leaving your machine”— github.com, 2026-09-24
知识库检索主打待校准
“Retrieval with citations and agentic RAG”— github.com, 2026-09-24
大模型 API支持待校准
“PrivateGPT is the open-source API layer that turns local models into production AI applications”— github.com, 2026-09-24
文档解析支持待校准
“PDF and document ingestion”— github.com, 2026-09-24
待校准由机器提出,尚待校准
平替与同类
- RAGFlow开源免费同样能做:文档解析、文档问答、知识库检索
- kotaemon开源免费同样能做:文档问答、知识库检索、文档解析;不用写代码
- QAnything开源免费同样能做:文档问答、知识库检索、文档解析
- AnythingLLM开源免费同样能做:文档问答、知识库检索;不用写代码
- Khoj开源免费同样能做:文档问答、知识库检索;不用写代码
- Langchain-Chatchat开源免费同样能做:文档问答、知识库检索
- LlamaIndex开源免费同样能做:知识库检索、文档解析、文档问答
- NotebookLM免费版 + 付费升级同样能做:文档问答、知识库检索;不用写代码
- GraphRAG开源免费同样能做:知识库检索、文档问答
- LightRAG开源免费同样能做:知识库检索、文档问答
- MaxKB开源免费同样能做:知识库检索、文档问答;不用写代码
- FastGPT开源免费同样能做:知识库检索、文档解析;不用写代码
关系
常见问题
PrivateGPT 是什么?
PrivateGPT 是开源 AI 开发框架,2023 年推出,面向开发者、企业。在本地模型上构建文档问答等私有 AI 应用的 API 层。
PrivateGPT 免费吗?
免费。PrivateGPT 是开源软件(Apache-2.0)。
PrivateGPT 开源吗?
开源,许可证是 Apache-2.0。源代码在 https://github.com/zylon-ai/private-gpt。
PrivateGPT 能本地运行吗?
能,可以在自己的电脑上离线运行。也可以部署在自己的服务器上。
PrivateGPT 能做什么?
主打:文档问答、知识库检索。也能做:大模型 API、文档解析。
PrivateGPT 有哪些开源替代品?
开源的有:RAGFlow、kotaemon、QAnything、AnythingLLM、Khoj、Langchain-Chatchat、LlamaIndex、GraphRAG。其他:NotebookLM。
来源
- github.com/zylon-ai/private-gpt核实于 2026-09-24
- www.zylon.ai/private-gpt