From 4892b7cde59fca8948b1be279584bb43c04af7c7 Mon Sep 17 00:00:00 2001 From: yetone Date: Fri, 11 Jul 2025 13:58:51 +0800 Subject: [PATCH] chores: update README (#2435) --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cdeb9b..f585ccd 100644 --- a/README.md +++ b/README.md @@ -1004,7 +1004,7 @@ After changing the rag_service configuration, you need to manually delete the ra Avante's tools include some web search engines, currently support: - [Tavily](https://tavily.com/) -- [SerpApi](https://serpapi.com/) +- [SerpApi - Search API](https://serpapi.com/) - Google's [Programmable Search Engine](https://developers.google.com/custom-search/v1/overview) - [Kagi](https://help.kagi.com/kagi/api/search.html) - [Brave Search](https://api-dashboard.search.brave.com/app/documentation/web-search/get-started) diff --git a/README_zh.md b/README_zh.md index b245dcb..eec9060 100644 --- a/README_zh.md +++ b/README_zh.md @@ -789,7 +789,7 @@ RAG 服务可以单独设置llm模型和嵌入模型。在 `llm` 和 `embed` 配 Avante 的工具包括一些 Web 搜索引擎,目前支持: - [Tavily](https://tavily.com/) -- [SerpApi](https://serpapi.com/) +- [SerpApi - Search API](https://serpapi.com/) - Google's [Programmable Search Engine](https://developers.google.com/custom-search/v1/overview) - [Kagi](https://help.kagi.com/kagi/api/search.html) - [Brave Search](https://api-dashboard.search.brave.com/app/documentation/web-search/get-started)