diff --git a/README.md b/README.md index e91e4502..3b32fb0b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
-# 思·索 MindSearch
Deeper and Wider AI Search Engine with LLM Agents -| [Research Preview](https://mindsearch.netlify.app/) | [Paper]() | +# Lagent $\times$ MindSearch
+[Research Preview](https://mindsearch.netlify.app/) | [Paper]() | [Blog](https://mindsearch.netlify.app/mindsearch)
@@ -25,7 +25,7 @@ English | [简体中文](README_zh-CN.md) 👋 join us on 𝕏 (Twitter), Discord and WeChat

-## ✨ Introduction +## ✨ MindSearch: Towards Deeper and Wider AI Search Engine #### Demo Video here @@ -43,13 +43,6 @@ Comparison on human preference based on depth, breadth, factuality of the respon
* All experiments are done before July.7 2024. -## 👀 How MindSearch Works - - - -MindSearch consists of a Web Planner and Web Searcher. WebPlanner models the complex problem-solving minds as a dynamic graph construction process: it decomposes the question into sub-queries as graph nodes and progressively extends the graph based on the search result from WebSearcher. Tasked with each sub-query, WebSearcher performs hierarchical information retrieval with search engines and collects valuable information for WebPlanner. -The multi-agent design of MindSearch dispatches a load of processing massive information to different agents, enabling the whole framework to process a much longer context. - ## ⚽️ Getting Started ### Lagent Installation