[improvement](python) LLM parsing related services support Python service and Java service invocation (#418)

This commit is contained in:
lexluo09
2023-11-24 15:59:29 +08:00
committed by GitHub
parent 30bb9a1dc0
commit aa433baa06
28 changed files with 1054 additions and 103 deletions

View File

@@ -19,6 +19,9 @@ com.tencent.supersonic.chat.api.component.SemanticCorrector=\
com.tencent.supersonic.chat.corrector.GroupByCorrector, \
com.tencent.supersonic.chat.corrector.HavingCorrector
com.tencent.supersonic.chat.llm.LLMInterpreter=\
com.tencent.supersonic.chat.llm.HttpLLMInterpreter
com.tencent.supersonic.chat.api.component.SemanticInterpreter=\
com.tencent.supersonic.knowledge.semantic.RemoteSemanticInterpreter