LocalDeepResearch
官方Docker 应用程序 from Selfhosters
概述
Local Deep Research (LDR) is an AI-powered research assistant that performs systematic research by breaking down complex questions, searching multiple sources in parallel, verifying information across sources, and creating comprehensive reports with proper citations. It runs entirely locally with Ollama + SearXNG for privacy, or can use cloud LLM providers.
Features:
- Privacy-focused: Run entirely locally with Ollama
- Multiple research modes (Quick Summary, Detailed Research)
- Per-user encrypted databases (SQLCipher with AES-256)
- Real-time progress tracking via WebSocket
- Export to PDF or Markdown
- REST API with authentication
- Analytics dashboard
This template includes the main LDR service. For full functionality, you may also want to install the companion containers (Ollama and SearXNG) or configure external LLM/search providers.
Community & Support:
- Discord: https://discord.gg/ttcqQeFcJ3
- Reddit: https://www.reddit.com/r/LocalDeepResearch/
- GitHub Issues: https://github.com/LearningCircuit/local-deep-research/issues
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:5000]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
Port for accessing the Local Deep Research web interface. Change the host port (left side) if 5000 is already in use. Do NOT change the container port (right side).
- 目标
- 5000
- 默认值
- 5000
- 价值
- 5000
Primary data directory containing user databases, research outputs, cache, and logs. All user data is stored here.
- 目标
- /data
- 默认值
- /mnt/user/appdata/local-deep-research/data
- 价值
- /mnt/user/appdata/local-deep-research/data
Directory for startup scripts. Required for multi-container setups with Ollama.
- 目标
- /scripts
- 默认值
- /mnt/user/appdata/local-deep-research/scripts
- 价值
- /mnt/user/appdata/local-deep-research/scripts
Optional: Mount a directory containing personal notes/documents to search. Leave empty if not needed.
- 目标
- /local_collections/personal_notes
Optional: Mount a directory containing project documentation to search. Leave empty if not needed.
- 目标
- /local_collections/project_docs
Optional: Mount a directory containing research papers to search. Leave empty if not needed.
- 目标
- /local_collections/research_papers
Web server host binding. MUST be 0.0.0.0 for Docker. Do NOT change this.
- 目标
- LDR_WEB_HOST
- 默认值
- 0.0.0.0
- 价值
- 0.0.0.0
Internal container port. MUST be 5000. Do NOT change this. To change the external port, modify the Port mapping above.
- 目标
- LDR_WEB_PORT
- 默认值
- 5000
- 价值
- 5000
Internal data directory path. MUST be /data. Do NOT change this.
- 目标
- LDR_DATA_DIR
- 默认值
- /data
- 价值
- /data
Ollama API URL. Use 'http://ollama:11434' if running Ollama container on ldr-network, or 'http://[IP]:11434' for external Ollama instance.
- 目标
- LDR_LLM_OLLAMA_URL
- 默认值
- http://ollama:11434
- 价值
- http://ollama:11434
SearXNG instance URL. Use 'http://searxng:8080' if running SearXNG container on ldr-network, or configure external search engine in WebUI.
- 目标
- LDR_SEARCH_ENGINE_WEB_SEARXNG_DEFAULT_PARAMS_INSTANCE_URL
- 默认值
- http://searxng:8080
- 价值
- http://searxng:8080
Optional: Force LLM provider (ollama, openai, anthropic, google). Leave empty to configure via WebUI Settings page. Only set this to LOCK the provider.
- 目标
- LDR_LLM_PROVIDER
Optional: Force specific model name. Leave empty to configure via WebUI Settings page. Only set this to LOCK the model.
- 目标
- LDR_LLM_MODEL
Optional: OpenAI API key. Can also be configured via WebUI Settings page. Only set here to LOCK it (prevents UI changes).
- 目标
- LDR_LLM_OPENAI_API_KEY
Optional: Anthropic API key. Can also be configured via WebUI Settings page. Only set here to LOCK it (prevents UI changes).
- 目标
- LDR_LLM_ANTHROPIC_API_KEY
Optional: Google API key. Can also be configured via WebUI Settings page. Only set here to LOCK it (prevents UI changes).
- 目标
- LDR_LLM_GOOGLE_API_KEY
User ID for file permissions. Default 99 (nobody) is recommended for Unraid.
- 默认值
- 99
- 价值
- 99
Group ID for file permissions. Default 100 (users) is recommended for Unraid.
- 默认值
- 100
- 价值
- 100
下载统计数据
长期下载总量
详细信息
localdeepresearch/local-deep-research:latest在Unraid 上运行 LocalDeepResearch 。
LocalDeepResearch 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。