mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-09 19:46:02 +08:00
(improvement)(chat) Fix the Zhipu embedding model issue. (#1206)
This commit is contained in:
@@ -253,6 +253,16 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.langchain4j</groupId>
|
||||
<artifactId>langchain4j-chatglm</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!--langchain4j-->
|
||||
<dependency>
|
||||
<groupId>com.hankcs</groupId>
|
||||
|
||||
Reference in New Issue
Block a user