From fc83d9387e449e8f0509962e16b8ecc815a69807 Mon Sep 17 00:00:00 2001 From: AnotiaWang Date: Mon, 17 Feb 2025 16:20:25 +0800 Subject: [PATCH] feat: support setting concurrency limits in web search --- README.md | 5 +++- README_zh.md | 2 +- components/ConfigManager.vue | 13 +++++++++ components/DeepResearch/SearchNode.vue | 1 - composables/usePLimit.ts | 30 ++++++++++++++++++++ i18n/en.json | 4 ++- i18n/zh.json | 4 ++- lib/deep-research.ts | 38 +++++++++++++++----------- stores/config.ts | 5 +++- 9 files changed, 80 insertions(+), 22 deletions(-) create mode 100644 composables/usePLimit.ts diff --git a/README.md b/README.md index eb9076a..0845067 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Please give a 🌟 Star if you like this project! ## Recent updates +25/02/17 + +- Added: set rate limits for web search + 25/02/16 - Refactored the search visualization using VueFlow @@ -48,7 +52,6 @@ Please give a 🌟 Star if you like this project! - Added Docker support - Fixed "export as PDF" issues - ## How to use Live demo: https://deep-research.ataw.top diff --git a/README_zh.md b/README_zh.md index bd33b2d..94b9b0f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -25,7 +25,7 @@ 25/02/15 -- AI 提供商支持 DeepSeek,OpenRouter 和 Ollama,联网搜素支持 Firecrawl +- AI 提供商支持 DeepSeek,OpenRouter 和 Ollama,联网搜索支持 Firecrawl - 支持检查项目更新 - 支持重新生成报告 - 一般性优化和改进 diff --git a/components/ConfigManager.vue b/components/ConfigManager.vue index 8d821a5..abbdbe0 100644 --- a/components/ConfigManager.vue +++ b/components/ConfigManager.vue @@ -239,6 +239,19 @@ private /> + + + +