[improvement][chat]Modify core workflow of NL2SQLParser, always invoking rule-based parsers first.#1729

This commit is contained in:
jerryjzhang
2024-10-29 13:07:02 +08:00
parent b01751afdb
commit 400b9f86f0
9 changed files with 96 additions and 52 deletions

View File

@@ -22,4 +22,5 @@ public class ChatParseResp {
public ChatParseResp(Long queryId) {
this.queryId = queryId;
}
}