Files
nexus/wiki/concepts/本地化部署.md

34 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "本地化部署"
type: concept
tags: [ai, self-hosted, privacy, docker]
sources: [google-神级生产力工具-所有-github-开源平替都找到了]
last_updated: 2026-04-23
---
## Definition
本地化部署Local Deployment是指在不依赖云端服务的情况下在本地机器或私有服务器上运行 AI 应用。通过 Docker 等容器化技术简化部署同时支持本地模型Ollama、LM Studio实现完全离线运行。
## Core Benefits
- **数据隐私**:文档和数据不离开本地,无需上传云端
- **成本可控**:无需支付 API 调用费用
- **离线可用**:完全离线环境下正常工作
- **定制灵活**:可自由切换底层 AI 模型
## Key Technologies
- **容器化**`docker run` 一键部署,无需手动配置环境
- **本地模型**
- [[Ollama]] — 最流行的本地 LLM 运行平台
- [[LM Studio]] — 桌面端本地模型运行工具
- **模型选择**OpenAI、Anthropic Claude、Google Gemini 等云端 API 按需调用
## Use Cases
- 企业内部文档问答(数据不能外传)
- 个人知识管理(隐私优先)
- 网络受限环境(离线场景)
## Related Entities
- [[OpenNotebook]] — 支持 Ollama/LM Studio 本地部署
- [[InsightsLM]] — 支持 Ollama/Qwen3 完全离线
- [[SurfSense]] — 支持本地 LLM 保护隐私