mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
(improvement)(headless) Remove ItemDateResp and databaseResp from SemanticModel. (#648)
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user