(improvement)(common) support qianfan in springboot (#1175)

This commit is contained in:
lexluo09
2024-06-20 20:27:06 +08:00
committed by GitHub
parent 92db381b6f
commit 3831f9fdf1
8 changed files with 228 additions and 1 deletions

View File

@@ -217,6 +217,12 @@
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-embeddings-all-minilm-l6-v2-q</artifactId>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-qianfan</artifactId>
</dependency>
<!--langchain4j-->
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
@@ -226,6 +232,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
</dependency>
</dependencies>
</project>