[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.LocalSemanticInterpreter
@@ -44,4 +47,6 @@ com.tencent.supersonic.chat.responder.parse.ParseResponder=\
com.tencent.supersonic.chat.responder.execute.ExecuteResponder=\
com.tencent.supersonic.chat.responder.execute.EntityInfoExecuteResponder, \
com.tencent.supersonic.chat.responder.execute.SimilarMetricExecuteResponder
com.tencent.supersonic.chat.responder.execute.SimilarMetricExecuteResponder
org.springframework.boot.autoconfigure.EnableAutoConfiguration=dev.langchain4j.LangChain4jAutoConfiguration