feat: 集成 You.com 网络搜索作为第三条检索通道#7
Open
tra371 wants to merge 1 commit into
Open
Conversation
- Add YoucomSearchService: YDC Index API client via JDK HttpClient - Inject YoucomSearchService into HybridChunkRetrievalService - You.com search runs after RRF fusion, web results appended to evidence bundle - You.com config in application-dev.yml (enabled=false by default) - ObjectMapper injected via constructor (matching ElasticsearchChunkIndexService pattern) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 tasks
Author
|
针对该问题的实现 - #6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
在混合检索流程中新增 You.com 网络搜索 作为第三条检索通道,向量检索 + 关键词检索通过 RRF 融合排序后,You.com 搜索结果直接追加到证据束中。
新增文件
engine/youcom/YoucomSearchService.javahttps://ydc-index.io/v1/search) 执行网络搜索HttpClient(与 Elasticsearch 通道一致)Document对象,content 取自 snippet,url 写入 metadataObjectMapper通过构造器注入(与ElasticsearchChunkIndexService模式一致)修改文件
qa/rag/HybridChunkRetrievalService.javaYoucomSearchServiceapplication-dev.yml— 新增 You.com 配置项(默认关闭)配置项
检索流程
测试计划