(improvement)(chat) rename QueryResponder to ExecuteResultProcessor and add ResultProcessor (#504)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-12-13 22:16:42 +08:00
committed by GitHub
parent f89be48e98
commit fda5a577d6
20 changed files with 78 additions and 63 deletions

View File

@@ -39,5 +39,5 @@ com.tencent.supersonic.chat.postprocessor.PostProcessor=\
com.tencent.supersonic.chat.postprocessor.TimeCostPostProcessor, \
com.tencent.supersonic.chat.postprocessor.RespBuildPostProcessor
com.tencent.supersonic.chat.query.QueryResponder=\
com.tencent.supersonic.chat.query.SimilarMetricQueryResponder
com.tencent.supersonic.chat.processor.execute.ExecuteResultProcessor=\
com.tencent.supersonic.chat.processor.execute.SimilarMetricProcessor