调用WebEnv_search_and_browse功能时返回内容有效信息太少,导致Summary效果差。
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 8.5k
- Forks
- 905
- PR merge metrics
- No merged PRs in 30d
Description
Issue Description / 问题描述
调用WebEnv_search_and_browse功能时是对网页进行检索的,网页上有许多干扰信息,返回的有效内容太少,导致Summary效果差。本项目是否支持添加Elasticsearch数据库,将有效信息储存在Elasticsearch中,通过检索Elasticsearch来获取内容,这样可以避免搜索网页返回的无效信息,影响Xagent的后续任务实现。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the WebEnv_search_and_browse entry point and tracing how webpage content is currently collected and passed to Summary. Then determine the Elasticsearch integration scope, including what information should be indexed and how retrieval would be evaluated; done means reduced irrelevant content and an agreed implementation plan.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elasticsearch, python
- Domain
- databases, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100