#846 · Primary category: AI Agents & Automation

MindSearch

ai-search-engine gpt llm llms multi-agent-systems perplexity-ai search searchgpt transformer web-search

🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)

Project last updated:07/04/25

GitHub Stars

6.9K

Forks

692

Contributors

20

License

Apache-2.0

Why we included this project

MindSearch tackles web search the way a person does: it takes a question, breaks it into smaller sub-queries, runs those against a search engine in parallel, then assembles the retrieved pages into one cited answer. Search backends are swappable between DuckDuckGo, Bing, Brave, Google Serper, and Tencent, and the reasoning model can be InternLM or GPT-4, so the framework fits whatever stack and search budget a team already has. A FastAPI server handles deployment, and the repo ships ready-made React, Gradio, and Streamlit frontends, which lets a small team go from clone to a working demo without writing much glue code.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category