II.
Tool JSON
Structured · livetool:private-gpt
PrivateGPT json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:private-gpt",
"_kind": "Tool",
"_file": "domain/tools/tools-knowledge-platforms.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "PrivateGPT",
"homepageUrl": "https://github.com/zylon-ai/private-gpt",
"kind": "other",
"description": "Fully local, privacy-first document Q&A system that runs entirely\non your hardware with no data leaving the machine. Ingests documents\n(PDF, DOCX, TXT, Markdown), embeds them locally using open-source\nmodels, and answers questions using a local LLM. Supports Ollama,\nllama.cpp, and HuggingFace backends. Ideal for air-gapped\nenvironments, regulated industries, and sensitive document analysis\nwhere cloud APIs are not permitted.\n"
},
"outgoingEdges": [
{
"from": "tool:private-gpt",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "tool:private-gpt",
"to": "skill-area:knowledge-fabric-design",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:private-gpt",
"to": "skill-area:rag-pipeline-engineering",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:private-gpt",
"to": "skill-area:knowledge-fabric-design",
"kind": "used_for"
},
{
"from": "tool:private-gpt",
"to": "skill-area:rag-pipeline-engineering",
"kind": "used_for"
},
{
"from": "tool:private-gpt",
"to": "tool:danswer",
"kind": "alternative_to",
"attributes": {
"comparison": "OSS RAG — PrivateGPT is local-only; Danswer is multi-source enterprise"
}
},
{
"from": "tool:private-gpt",
"to": "tool:quivr",
"kind": "alternative_to",
"attributes": {
"comparison": "OSS RAG — PrivateGPT is fully local; Quivr is team-oriented"
}
}
],
"incomingEdges": [
{
"from": "knowledge-fabric-impl:private-gpt-fabric",
"to": "tool:private-gpt",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool:danswer",
"to": "tool:private-gpt",
"kind": "alternative_to",
"attributes": {
"comparison": "OSS RAG — Danswer is multi-source enterprise; PrivateGPT is local-only"
}
},
{
"from": "tool:quivr",
"to": "tool:private-gpt",
"kind": "alternative_to",
"attributes": {
"comparison": "OSS RAG — Quivr is team-oriented; PrivateGPT is fully local"
}
}
]
}