237 lines
9.1 KiB
XML
237 lines
9.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
<modelVersion>4.0.0</modelVersion>
|
||
<parent>
|
||
<groupId>com.luohuo.flex</groupId>
|
||
<artifactId>luohuo-ai</artifactId>
|
||
<version>3.0.0</version>
|
||
<relativePath>../pom.xml</relativePath>
|
||
</parent>
|
||
|
||
<artifactId>luohuo-ai-biz</artifactId>
|
||
|
||
<properties>
|
||
<maven.compiler.source>21</maven.compiler.source>
|
||
<maven.compiler.target>21</maven.compiler.target>
|
||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
</properties>
|
||
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>com.luohuo.flex</groupId>
|
||
<artifactId>luohuo-im-cloud-impl</artifactId>
|
||
<version>${luohuo-project.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.flex</groupId>
|
||
<artifactId>luohuo-ai-entity</artifactId>
|
||
<version>${luohuo-project.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.flex</groupId>
|
||
<artifactId>luohuo-database-mode</artifactId>
|
||
<version>${luohuo-project.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.flex</groupId>
|
||
<artifactId>luohuo-sa-token-ext</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.basic</groupId>
|
||
<artifactId>luohuo-tenant</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.basic</groupId>
|
||
<artifactId>luohuo-all</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.basic</groupId>
|
||
<artifactId>luohuo-databases</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.basic</groupId>
|
||
<artifactId>luohuo-cache-starter</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.basic</groupId>
|
||
<artifactId>luohuo-echo-starter</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.luohuo.basic</groupId>
|
||
<artifactId>luohuo-mvc</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-undertow</artifactId>
|
||
<exclusions>
|
||
<exclusion>
|
||
<artifactId>jboss-annotations-api_1.3_spec</artifactId>
|
||
<groupId>org.jboss.spec.javax.annotation</groupId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-web</artifactId>
|
||
<exclusions>
|
||
<exclusion>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
|
||
<!-- @RefreshScope 需要使用 -->
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-context</artifactId>
|
||
</dependency>
|
||
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>com.baomidou</groupId>-->
|
||
<!-- <artifactId>mybatis-plus-extension</artifactId>-->
|
||
<!-- </dependency>-->
|
||
|
||
<!-- Spring AI Model 模型接入 -->
|
||
<dependency>
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-azure-openai-spring-boot-starter</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-ollama-spring-boot-starter</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-stability-ai-spring-boot-starter</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- 通义千问 -->
|
||
<groupId>com.alibaba.cloud.ai</groupId>
|
||
<artifactId>spring-ai-alibaba-starter</artifactId>
|
||
<version>1.0.0-M6.1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- 文心一言 -->
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-qianfan-spring-boot-starter</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- 智谱 GLM -->
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-zhipuai-spring-boot-starter</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-minimax-spring-boot-starter</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-moonshot-spring-boot-starter</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
|
||
<!-- 向量存储:https://db-engines.com/en/ranking/vector+dbms -->
|
||
<dependency>
|
||
<!-- Qdrant:https://qdrant.tech/ -->
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-qdrant-store</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<!-- Redis:https://redis.io/docs/latest/develop/get-started/vector-database/ -->
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-redis-store</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- Milvus:https://milvus.io/ -->
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-milvus-store</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
<exclusions>
|
||
<!-- 解决和 logback 的日志冲突 -->
|
||
<exclusion>
|
||
<groupId>org.slf4j</groupId>
|
||
<artifactId>slf4j-reload4j</artifactId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- Tika:负责内容的解析 -->
|
||
<groupId>org.springframework.ai</groupId>
|
||
<artifactId>spring-ai-tika-document-reader</artifactId>
|
||
<version>1.0.0-M6</version>
|
||
<exclusions>
|
||
<exclusion>
|
||
<artifactId>spring-cloud-function-context</artifactId>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
</exclusion>
|
||
<exclusion>
|
||
<artifactId>spring-cloud-function-core</artifactId>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.fhs-opensource</groupId>
|
||
<artifactId>easy-trans-anno</artifactId>
|
||
<version>${easy-trans.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.yulichang</groupId>
|
||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||
<version>${mybatis-plus-join.version}</version>
|
||
</dependency>
|
||
<!-- TinyFlow:AI 工作流 -->
|
||
<dependency>
|
||
<groupId>dev.tinyflow</groupId>
|
||
<artifactId>tinyflow-java-core</artifactId>
|
||
<version>${tinyflow.version}</version>
|
||
<exclusions>
|
||
<exclusion>
|
||
<groupId>com.jfinal</groupId>
|
||
<artifactId>enjoy</artifactId>
|
||
</exclusion>
|
||
<exclusion>
|
||
<groupId>com.agentsflex</groupId>
|
||
<artifactId>agents-flex-store-elasticsearch</artifactId>
|
||
</exclusion>
|
||
<exclusion>
|
||
<groupId>org.codehaus.groovy</groupId>
|
||
<artifactId>groovy-all</artifactId>
|
||
</exclusion>
|
||
<!-- 解决和 logback 的日志冲突 -->
|
||
<exclusion>
|
||
<groupId>org.slf4j</groupId>
|
||
<artifactId>slf4j-simple</artifactId>
|
||
</exclusion>
|
||
<exclusion>
|
||
<groupId>org.apache.logging.log4j</groupId>
|
||
<artifactId>log4j-slf4j-impl</artifactId>
|
||
</exclusion>
|
||
<exclusion>
|
||
<groupId>org.slf4j</groupId>
|
||
<artifactId>slf4j-reload4j</artifactId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
</dependencies>
|
||
|
||
</project> |