AI app for deep research report generation
Top 13.2% on sourcepulse
This project provides a web application for conducting deep research using various Large Language Models (LLMs) and search engines. It's designed for users who need to quickly generate comprehensive research reports, offering features like multi-LLM support, web search integration, and local data storage for privacy.
How It Works
Deep Research leverages a "Thinking" and "Networking" model architecture to balance speed and depth in report generation. It integrates with multiple LLMs (Gemini, OpenAI, Anthropic, etc.) and search engines (Searxng, Tavily, Exa, etc.), allowing users to select their preferred tools. The application supports both local and server-side API calls, with all research data stored locally for enhanced privacy.
Quick Start & Requirements
pnpm install
then pnpm dev
(Node.js 18.18.0+ required).docker pull xiangfa/deep-research:latest
then docker run -d --name deep-research -p 3333:3000 xiangfa/deep-research
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project notes that Docker image versions may lag behind the latest code by 1-2 days. Users running local Ollama or SearXNG instances might encounter CORS issues, recommending server proxy mode or configuring cross-domain requests for those services.
1 day ago
1 day