<artifactId>spring-boot-starter-web</artifactId> </dependency> <!-- https://mvnrepository.com/artifact//spring-ai-ollama-spring-boot-starter --> <!-- Spring AI supports Spring Boot 3.2.x and 3.3.x Spring Boot 3.
implementation 'io.springboot.ai:spring-ai-ollama-spring-boot-starter:1.0.3' 还值得考虑包括 Spring AI 物料清单 (BOM),如@M.Deinum 的评论所述,以避免您自己指定和维护依赖项版本: implementation platform("io.springboot.ai:spring-ai-bom:1.0.3") // Replace the following with the starter depende...
Spring AI supports Spring Boot 3.2.x and 3.3.x Spring Boot 3.2.11 requires at least Java 17 and is compatible with versions up to and including Java 23 1. 2. 3. jdk 17 springboot 3.2.11 <spring-boot.version>3.2.11</spring-boot.version> 1....
A simple demo using spring-ai-ollama-spring-boot-starter, Ubuntu WSL and Ollama qwen2. - techctu/spring-ai-ollama-demo