mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 20:25:12 +00:00
Support limit (#1688)
This commit is contained in:
@@ -145,7 +145,7 @@ public class S2ChatLayerService implements ChatLayerService {
|
||||
}
|
||||
SchemaElement dataSet = semanticSchema.getDataSet(dataSetId);
|
||||
semanticParseInfo.setDataSet(dataSet);
|
||||
|
||||
semanticParseInfo.setQueryConfig(semanticSchema.getQueryConfig(dataSetId));
|
||||
ComponentFactory.getSemanticCorrectors()
|
||||
.forEach(
|
||||
corrector -> {
|
||||
|
||||
Reference in New Issue
Block a user