Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public List<Content> retrieve(Query query) {
.build();

EmbeddingSearchResult<TextSegment> searchResult = embeddingStore.search(searchRequest);

log.info("RAG检索 - 匹配到 {} 条结果", searchResult.matches().size());
// 5. 转换结果为Content列表
return searchResult.matches().stream()
.map(match -> Content.from(match.embedded()))
Expand Down
1 change: 0 additions & 1 deletion refine-app/src/main/resources/docs/化学.txt

This file was deleted.

This file was deleted.

Loading
Loading