Testcontainers
Spring AI 为通过 Testcontainers 运行的模型服务或向量存储建立连接提供 Spring Boot 自动配置。 要启用它,请将以下依赖项添加到项目的 Maven pom.xml
文件中
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-spring-boot-testcontainers</artifactId>
</dependency>
或您的 Gradle build.gradle
构建文件。
dependencies {
implementation 'org.springframework.ai:spring-ai-spring-boot-testcontainers'
}
请参阅 依赖管理 部分,将 Spring AI BOM 添加到您的构建文件中。 |
服务连接
以下服务连接工厂在 spring-ai-spring-boot-testcontainers
模块中提供
连接详细信息 |
匹配 |
|
类型为 |
|
类型为 |
|
类型为 |
|
类型为 |
|
类型为 |
|
类型为 |