diff --git a/plugins/wasm-go/extensions/ai-search/README_EN.md b/plugins/wasm-go/extensions/ai-search/README_EN.md index f33dcfbb4..34647b4aa 100644 --- a/plugins/wasm-go/extensions/ai-search/README_EN.md +++ b/plugins/wasm-go/extensions/ai-search/README_EN.md @@ -27,9 +27,10 @@ Plugin execution priority: `440` ## Search Rewrite Description The search rewrite feature uses an LLM service to analyze and optimize the user's original query, which can: -1. Convert natural language queries into keyword combinations better suited for search engines -2. For Arxiv paper searches, automatically identify relevant paper categories and add category constraints -3. For private knowledge base searches, break down long queries into multiple precise keyword combinations +1. Determine whether the user's question requires a search engine query. If it does not, the search-related logic will not be executed +2. Convert natural language queries into keyword combinations better suited for search engines +3. For Arxiv paper searches, automatically identify relevant paper categories and add category constraints +4. For private knowledge base searches, break down long queries into multiple precise keyword combinations It is strongly recommended to enable this feature when using Arxiv or Elasticsearch engines. For Arxiv searches, it can accurately identify paper domains and optimize English keywords; for private knowledge base searches, it can provide more precise keyword matching, significantly improving search effectiveness.