We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1381b commit b8c2df5Copy full SHA for b8c2df5
spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc
@@ -113,7 +113,7 @@ As shown in the snippet below this can then be followed by version-less declarat
113
[source,gradle]
114
----
115
dependencies {
116
- implementation platform("org.springframework.ai:spring-ai-bom:0.8.1-SNAPSHOT")
+ implementation platform("org.springframework.ai:spring-ai-bom:1.0.0-SNAPSHOT")
117
// Replace the following with the starter dependencies of specific modules you wish to use
118
implementation 'org.springframework.ai:spring-ai-openai'
119
}
0 commit comments