Compare commits
1 Commits
interview-
...
langchain4
| Author | SHA1 | Date | |
|---|---|---|---|
| 1815553d25 |
32
pom.xml
32
pom.xml
@@ -53,21 +53,6 @@
|
|||||||
<artifactId>spring-boot-starter-webflux</artifactId> <!-- 用于 WebClient -->
|
<artifactId>spring-boot-starter-webflux</artifactId> <!-- 用于 WebClient -->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- <!– Spring AI Dependencies –>-->
|
|
||||||
<!-- <dependency>-->
|
|
||||||
<!-- <groupId>org.springframework.ai</groupId>-->
|
|
||||||
<!-- <artifactId>spring-ai-openai-spring-boot-starter</artifactId>-->
|
|
||||||
<!-- <exclusions>-->
|
|
||||||
<!-- <exclusion>-->
|
|
||||||
<!-- <groupId>com.alibaba.cloud.ai</groupId>-->
|
|
||||||
<!-- <artifactId>spring-ai-alibaba-autoconfigure</artifactId>-->
|
|
||||||
<!-- </exclusion>-->
|
|
||||||
<!-- <exclusion>-->
|
|
||||||
<!-- <groupId>org.springframework.ai</groupId>-->
|
|
||||||
<!-- <artifactId>spring-ai-core</artifactId>-->
|
|
||||||
<!-- </exclusion>-->
|
|
||||||
<!-- </exclusions>-->
|
|
||||||
<!-- </dependency>-->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba</groupId>
|
<groupId>com.alibaba</groupId>
|
||||||
<artifactId>dashscope-sdk-java</artifactId>
|
<artifactId>dashscope-sdk-java</artifactId>
|
||||||
@@ -129,15 +114,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<!-- <dependencies>-->
|
|
||||||
<!-- <dependency>-->
|
|
||||||
<!-- <groupId>org.springframework.ai</groupId>-->
|
|
||||||
<!-- <artifactId>spring-ai-bom</artifactId>-->
|
|
||||||
<!-- <version>1.0.0-M5</version> <!– 或最新版本 –>-->
|
|
||||||
<!-- <type>pom</type>-->
|
|
||||||
<!-- <scope>import</scope>-->
|
|
||||||
<!-- </dependency>-->
|
|
||||||
<!-- </dependencies>-->
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
@@ -146,6 +123,13 @@
|
|||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>dev.langchain4j</groupId>
|
||||||
|
<artifactId>langchain4j-bom</artifactId>
|
||||||
|
<version>1.0.0-beta3</version>
|
||||||
|
<type>pom</type>
|
||||||
|
<scope>import</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user