Skip to content

Commit

Permalink
chat接口,匹配数据集逻辑错误,导致智能匹配第一个数据集 (tencentmusic#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
836219171 authored Nov 4, 2024
1 parent 6f2af79 commit 9edcb9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void parse(ParseContext parseContext) {
doParse(queryNLReq, parseResp);
}
if (parseResp.getSelectedParses().isEmpty()) {
return;
continue;
}
// for one dataset select the top 1 parse after sorting
SemanticParseInfo.sort(parseResp.getSelectedParses());
Expand Down

0 comments on commit 9edcb9f

Please sign in to comment.