From 6828e894e60d92e12e082f0f4f336919789f0249 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Sun, 9 Feb 2025 14:51:26 +0800 Subject: [PATCH] chore: readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c400e6..7c66ac0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DeepResearch -Keep searching, reading webpages, reasoning until an answer is found (or the token budget is exceeded). +Keep searching, reading webpages, reasoning until an answer is found (or the token budget is exceeded). Useful for deeply investigating a query. ```mermaid --- @@ -23,6 +23,8 @@ flowchart LR ``` +Note that this project doesn't try to mimic what OpenAI or Gemini do with their deep research product. The idea in this project is about using this loop cycle to repeat the search until finding the answer. This project doesn't implement the structural article generation part. So if you want a service that can do deep searches and give you an answer, this is it. If you want a service that mimics long article writing like OpenAI/Gemini, **this isn't it.** + ## Install ```bash