(improvement)(chat) Add support for Chroma metastore and remove additional configurations. (#1199)

This commit is contained in:
lexluo09
2024-06-23 21:53:44 +08:00
committed by GitHub
parent 4d6cbf31f7
commit 6a66db7c0e
9 changed files with 77 additions and 127 deletions

View File

@@ -40,8 +40,4 @@ com.tencent.supersonic.chat.postprocessor.PostProcessor=\
com.tencent.supersonic.chat.server.processor.execute.ExecuteResultProcessor=\
com.tencent.supersonic.chat.server.processor.execute.MetricRecommendProcessor,\
com.tencent.supersonic.chat.server.processor.execute.DimensionRecommendProcessor,\
com.tencent.supersonic.chat.server.processor.execute.MetricRatioProcessor
com.tencent.supersonic.common.service.EmbeddingService=\
dev.langchain4j.inmemory.spring.InMemoryEmbeddingService
com.tencent.supersonic.chat.server.processor.execute.MetricRatioProcessor

View File

@@ -4,10 +4,6 @@ com.tencent.supersonic.auth.authentication.interceptor.AuthenticationInterceptor
com.tencent.supersonic.auth.api.authentication.adaptor.UserAdaptor=\
com.tencent.supersonic.auth.authentication.adaptor.DefaultUserAdaptor
com.tencent.supersonic.common.service.EmbeddingService=\
dev.langchain4j.inmemory.spring.InMemoryEmbeddingService
com.tencent.supersonic.headless.core.parser.converter.HeadlessConverter=\
com.tencent.supersonic.headless.core.parser.converter.DefaultDimValueConverter,\
com.tencent.supersonic.headless.core.parser.converter.SqlVariableParseConverter,\

View File

@@ -86,9 +86,6 @@ com.tencent.supersonic.auth.api.authentication.adaptor.UserAdaptor=\
### common SPIs
com.tencent.supersonic.common.service.EmbeddingService=\
dev.langchain4j.inmemory.spring.InMemoryEmbeddingService
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
dev.langchain4j.spring.LangChain4jAutoConfig,\
dev.langchain4j.openai.spring.AutoConfig,\