Support limit (#1688)

This commit is contained in:
daikon
2024-09-20 18:35:25 +08:00
committed by GitHub
parent 901a8e722a
commit a200483b5c
11 changed files with 57 additions and 9 deletions

View File

@@ -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 -> {