mirror of
https://github.com/alibaba/higress.git
synced 2026-02-26 13:40:49 +08:00
Update README_EN.md
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user