| | |
| | | <getui-sdk.version>1.0.7.0</getui-sdk.version>
|
| | | <jsqlparser.version>4.9</jsqlparser.version>
|
| | | <thumbnailator.version>0.4.20</thumbnailator.version>
|
| | | <langchain4j.version>1.0.0-beta3</langchain4j.version>
|
| | | </properties>
|
| | |
|
| | | <dependencyManagement>
|
| | | <dependencies>
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-bom</artifactId>
|
| | | <version>${langchain4j.version}</version>
|
| | | <type>pom</type>
|
| | | <scope>import</scope>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-community-bom</artifactId>
|
| | | <version>${langchain4j.version}</version>
|
| | | <type>pom</type>
|
| | | <scope>import</scope>
|
| | | </dependency>
|
| | | </dependencies>
|
| | | </dependencyManagement>
|
| | |
|
| | | <dependencies>
|
| | | <!-- ruoyi-springboot2 / swagger knife4j 配置 -->
|
| | |
| | | <artifactId>spring-boot-starter-data-redis</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- pool 对象池 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.commons</groupId>
|
| | | <artifactId>commons-pool2</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-spring-boot-starter</artifactId>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-pinecone</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-open-ai-spring-boot-starter</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-ollama-spring-boot-starter</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-community-dashscope-spring-boot-starter</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-mcp</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Mysql驱动包 -->
|
| | | <dependency>
|
| | | <groupId>mysql</groupId>
|