要启用它,请将以下依赖项添加到项目的 Maven pom.xml 文件中: <dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-azure-openai-spring-boot-starter</artifactId> </dependency> 或添加到您的 Gradle build.gradle 构建文件中: dependencies { implementation 'org.springframework.ai...
Spring Petclinic is a Spring Boot application built using Maven or Gradle. You can build a jar file and run it from the command line (it should work just as well with Java 17 or newer): git clone https://github.com/spring-petclinic/spring-petclinic-ai.git cd spring-petclinic ./mvnw pa...
<dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-weaviate-store-spring-boot-starter</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifact...
This bug is the only thing stopping me from adopting this amazing Spring package/library and I've been delaying the build of my OpenAI API endpoints while waiting for the fix. @nspyke, my pom.xml is this, and use the version 1.0.0-SNAPSHOT, but the issue persist, what is my error?