(improvement)(headless) Remove ItemDateResp and databaseResp from SemanticModel. (#648)

This commit is contained in:
lexluo09
2024-01-18 16:30:18 +08:00
committed by GitHub
parent dfb8e3a427
commit a06a1fa898
13 changed files with 109 additions and 93 deletions

View File

@@ -16,10 +16,10 @@ public class LLMParserConfig {
@Value("${query2sql.path:/query2sql}")
private String queryToSqlPath;
@Value("${dimension.topn:5}")
@Value("${dimension.topn:10}")
private Integer dimensionTopN;
@Value("${metric.topn:5}")
@Value("${metric.topn:10}")
private Integer metricTopN;
@Value("${all.model:false}")