Add SqlGeneration abstraction and implementation, optimize LLMSqlParser skip. (#487)

This commit is contained in:
lexluo09
2023-12-10 11:34:48 +08:00
committed by GitHub
parent 0e0ba51750
commit 6af661459c
10 changed files with 176 additions and 58 deletions

View File

@@ -23,4 +23,4 @@ public class WordBuilderFactory {
public static BaseWordBuilder get(DictWordType strategyType) {
return wordNatures.get(strategyType);
}
}
}