Configs2026年5月24日·1 分钟阅读

Local Deep Research — Privacy-First AI Research Agent

Local Deep Research is a self-hosted AI research tool that achieves high accuracy on question-answering benchmarks using local or cloud LLMs with support for arXiv, PubMed, and private document search.

Agent 就绪

这个资产可以被 Agent 直接读取和安装

TokRepo 同时提供通用 CLI 命令、安装契约、metadata JSON、按适配器生成的安装计划和原始内容链接,方便 Agent 判断适配度、风险和下一步动作。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Local Deep Research
通用 CLI 安装命令
npx tokrepo install e459a7c1-5705-11f1-9bc6-00163e2b0d79

Introduction

Local Deep Research is an open-source AI research tool that conducts multi-step investigations using LLMs and multiple search engines. It can run entirely on local hardware with Ollama or llama.cpp, or connect to cloud providers like Google or Anthropic. The project focuses on achieving high accuracy while keeping all data processing private and encrypted.

What Local Deep Research Does

  • Conducts iterative multi-step research by breaking questions into sub-queries
  • Searches across multiple engines including arXiv, PubMed, Brave, and SearXNG
  • Indexes and searches private documents stored locally for RAG-based answers
  • Generates structured research reports with citations and source references
  • Supports both local LLMs via Ollama and cloud LLM providers

Architecture Overview

The system operates as a Python application with a Flask-based web interface. When a research query is submitted, it decomposes the question into sub-queries, dispatches them to configured search backends, retrieves and ranks results, then synthesizes findings through the configured LLM. Local document search uses vector embeddings stored in a local database. All processing can remain on the user machine when paired with a local LLM.

Self-Hosting & Configuration

  • Install via pip and launch the web interface with a single command
  • Configure LLM provider settings for Ollama, llama.cpp, or cloud endpoints
  • Enable or disable search engines (arXiv, PubMed, Brave, SearXNG) as needed
  • Point the local document search to directories containing your private files
  • Optionally encrypt local data stores for additional privacy protection

Key Features

  • Multi-engine search combining academic, web, and private document sources
  • Full local execution possible with no data leaving the machine
  • Iterative research strategy that refines queries based on intermediate findings
  • Structured report generation with inline citations
  • Configurable LLM backend supporting both local and cloud models

Comparison with Similar Tools

  • Perplexica — web search focused; Local Deep Research adds academic databases and private documents
  • Khoj — general AI assistant; Local Deep Research specializes in deep iterative research
  • GPT Researcher — cloud-dependent; Local Deep Research supports fully local execution
  • RAGFlow — document QA focused; Local Deep Research adds multi-engine web and academic search
  • SearXNG — metasearch only without LLM synthesis; Local Deep Research adds AI-driven analysis

FAQ

Q: What LLMs work best with Local Deep Research? A: Models with strong reasoning capabilities work best. The project documentation lists recommended models for different hardware configurations.

Q: Can I use it without internet access? A: Yes, when using a local LLM and searching only local documents. Web and academic searches require internet.

Q: How does it handle large document collections? A: Documents are chunked and embedded into a local vector store for efficient semantic retrieval.

Q: What search engines are supported? A: arXiv, PubMed, Brave Search, SearXNG, and configurable additional sources.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产