spring-ai-autoconfigure-model-qianfan
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springaicommunity</groupId> <artifactId>spring-ai-autoconfigure-model-qianfan</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springaicommunity</groupId> <artifactId>spring-ai-autoconfigure-model-qianfan</artifactId> <version>1.0.0</version> <name>Spring AI QianFan AI Auto Configuration</name> <description>Spring AI QianFan AI Auto Configuration</description> <url>https://github.com/spring-ai-community/qianfan/spring-ai-autoconfigure-model-qianfan</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>gr</id> <name>GengRong</name> <email>gr@fastball.dev</email> <roles> <role>lead</role> </roles> </developer> </developers> <scm> <connection>git://github.com/spring-ai-community/qianfan.git/spring-ai-autoconfigure-model-qianfan</connection> <developerConnection>git@github.com:spring-ai-community/qianfan.git/spring-ai-autoconfigure-model-qianfan</developerConnection> <url>https://github.com/spring-ai-community/qianfan/spring-ai-autoconfigure-model-qianfan</url> </scm> <dependencies> <dependency> <groupId>org.springaicommunity</groupId> <artifactId>qianfan-core</artifactId> <version>1.0.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-autoconfigure-retry</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-autoconfigure-model-chat-observation</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-autoconfigure-model-embedding-observation</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-autoconfigure-model-image-observation</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>3.4.4</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>3.4.4</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> <repositories> <repository> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>maven-central</id> <url>https://repo.maven.apache.org/maven2/</url> </repository> <repository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>spring-snapshots</id> <name>Spring Snapshots</name> <url>https://repo.spring.io/snapshot</url> </repository> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.spring.io/milestone</url> </repository> </repositories> </project>