File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,18 @@ NOTE: Spring AI supports Spring Boot 3.2.x and 3.3.x
12
12
13
13
Head on over to https://start.spring.io/[start.spring.io] and select the AI Models and Vector Stores that you want to use in your new applications.
14
14
15
- [[repositories]]
16
- == Add Milestone and Snapshot Repositories
15
+ [[artifact-repositories]]
16
+ == Artifact Repositories
17
+
18
+ === 1.0 M6 and after - Use Maven Central
19
+
20
+ As of 1.0 M6, releases are available in Maven Central.
21
+ No changes to your build file are required.
22
+
23
+
24
+ === Pre 1.0 M6 - Add Spring Repositories
25
+
26
+ You will need to add Spring milestone and snapshot repositories to your build system.
17
27
18
28
If you prefer to add the dependency snippets by hand, follow the directions in the following sections.
19
29
You can’t perform that action at this time.
0 commit comments