DeepResearch支持通过Docker进行本地部署,以下是详细安装步骤:
- clone warehouse: Implementation
git clone https://github.com/cat3399/deepresearch.git
Get source code - Configuring Environment Variables:在项目根目录创建.env文件,添加API密钥(注意区分不同服务商的密钥配置格式)
- 必须项:Google和OpenAI的API密钥
- 可选项:OpenRouter/Azure/Ollama等服务的配置
- Starting services: Run
docker-compose up
自动拉取镜像并启动服务 - Verify Installation: Access
http://localhost:8000
确认服务状态
安装过程中需注意:
- 需提前安装Docker和Docker Compose环境
- API密钥需要确保有效性
- 本地Ollama模型默认使用11434端口
- 完整安装通常需要5-10分钟(依赖网络速度)
This answer comes from the articleDeepResearch: a fully open source AI assistant for automated deep researchThe