| | |
| | | <mybatis-plus.version>3.5.16</mybatis-plus.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>
|
| | |
|
| | |
| | | <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-reactor</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>
|