Skip to content

Commit 2d778e8

Browse files
ilayaperumalgmarkpollack
authored andcommitted
Update vector store docs for Spring AI starters
Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
1 parent ce00204 commit 2d778e8

19 files changed

+38
-38
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/apache-cassandra.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Add these dependencies to your project:
7272
----
7373
<dependency>
7474
<groupId>org.springframework.ai</groupId>
75-
<artifactId>spring-ai-cassandra-store-spring-boot-starter</artifactId>
75+
<artifactId>spring-ai-starter-vector-store-cassandra</artifactId>
7676
</dependency>
7777
----
7878

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/azure-cosmos-db.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Add the following dependency to your Maven project:
9393
----
9494
<dependency>
9595
<groupId>org.springframework.ai</groupId>
96-
<artifactId>spring-ai-azure-cosmos-db-store-spring-boot-starter</artifactId>
96+
<artifactId>spring-ai-starter-vector-store-azure-cosmos-db</artifactId>
9797
</dependency>
9898
----
9999

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/chroma.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To enable it, add the following dependency to your project's Maven `pom.xml` fil
2222
----
2323
<dependency>
2424
<groupId>org.springframework.ai</groupId>
25-
<artifactId>spring-ai-chroma-store-spring-boot-starter</artifactId>
25+
<artifactId>spring-ai-starter-vector-store-chroma</artifactId>
2626
</dependency>
2727
----
2828

@@ -31,7 +31,7 @@ or to your Gradle `build.gradle` build file.
3131
[source,groovy]
3232
----
3333
dependencies {
34-
implementation 'org.springframework.ai:spring-ai-chroma-store-spring-boot-starter'
34+
implementation 'org.springframework.ai:spring-ai-starter-vector-store-chroma'
3535
}
3636
----
3737

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Maven::
2626
----
2727
<dependency>
2828
<groupId>org.springframework.ai</groupId>
29-
<artifactId>spring-ai-elasticsearch-store-spring-boot-starter</artifactId>
29+
<artifactId>spring-ai-starter-vector-store-elasticsearch</artifactId>
3030
</dependency>
3131
----
3232
@@ -35,7 +35,7 @@ Gradle::
3535
[source,groovy]
3636
----
3737
dependencies {
38-
implementation 'org.springframework.ai:spring-ai-elasticsearch-store-spring-boot-starter'
38+
implementation 'org.springframework.ai:spring-ai-starter-vector-store-elasticsearch'
3939
}
4040
----
4141
======

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/gemfire.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the GemFire VectorStore Spring Boot starter to you project's Maven build fil
2222
----
2323
<dependency>
2424
<groupId>org.springframework.ai</groupId>
25-
<artifactId>spring-ai-gemfire-store-spring-boot-starter</artifactId>
25+
<artifactId>spring-ai-starter-vector-store-gemfire</artifactId>
2626
</dependency>
2727
----
2828

@@ -31,7 +31,7 @@ or to your Gradle `build.gradle` file
3131
[source, xml]
3232
----
3333
dependencies {
34-
implementation 'org.springframework.ai:spring-ai-gemfire-store-spring-boot-starter'
34+
implementation 'org.springframework.ai:spring-ai-starter-vector-store-gemfire'
3535
}
3636
----
3737

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/hana.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To enable it, add the following dependency to your project's Maven `pom.xml` fil
1515
----
1616
<dependency>
1717
<groupId>org.springframework.ai</groupId>
18-
<artifactId>spring-ai-hanadb-store-spring-boot-starter</artifactId>
18+
<artifactId>spring-ai-starter-vector-store-hana</artifactId>
1919
</dependency>
2020
----
2121

@@ -24,7 +24,7 @@ or to your Gradle `build.gradle` build file.
2424
[source,groovy]
2525
----
2626
dependencies {
27-
implementation 'org.springframework.ai:spring-ai-hanadb-store-spring-boot-starter'
27+
implementation 'org.springframework.ai:spring-ai-starter-vector-store-hana'
2828
}
2929
----
3030

@@ -104,7 +104,7 @@ You may set the property `spring-ai-version` as `<spring-ai-version>1.0.0-SNAPSH
104104
105105
<dependency>
106106
<groupId>org.springframework.ai</groupId>
107-
<artifactId>spring-ai-hanadb-store-spring-boot-starter</artifactId>
107+
<artifactId>spring-ai-starter-vector-store-hana</artifactId>
108108
</dependency>
109109
110110
<dependency>

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/mariadb.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To enable it, add the following dependency to your project's Maven `pom.xml` fil
2222
----
2323
<dependency>
2424
<groupId>org.springframework.ai</groupId>
25-
<artifactId>spring-ai-mariadb-store-spring-boot-starter</artifactId>
25+
<artifactId>spring-ai-starter-vector-store-mariadb</artifactId>
2626
</dependency>
2727
----
2828

@@ -31,7 +31,7 @@ or to your Gradle `build.gradle` build file.
3131
[source,groovy]
3232
----
3333
dependencies {
34-
implementation 'org.springframework.ai:spring-ai-mariadb-store-spring-boot-starter'
34+
implementation 'org.springframework.ai:spring-ai-starter-vector-store-mariadb'
3535
}
3636
----
3737

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/milvus.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Then add the Milvus VectorStore boot starter dependency to your project:
1717
----
1818
<dependency>
1919
<groupId>org.springframework.ai</groupId>
20-
<artifactId>spring-ai-milvus-store-spring-boot-starter</artifactId>
20+
<artifactId>spring-ai-starter-vector-store-milvus</artifactId>
2121
</dependency>
2222
----
2323

@@ -26,7 +26,7 @@ or to your Gradle `build.gradle` build file.
2626
[source,groovy]
2727
----
2828
dependencies {
29-
implementation 'org.springframework.ai:spring-ai-milvus-store-spring-boot-starter'
29+
implementation 'org.springframework.ai:spring-ai-starter-vector-store-milvus'
3030
}
3131
----
3232

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/mongodb.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To enable it, add the following dependency to your project's Maven `pom.xml` fil
2727
----
2828
<dependency>
2929
<groupId>org.springframework.ai</groupId>
30-
<artifactId>spring-ai-mongodb-atlas-store-spring-boot-starter</artifactId>
30+
<artifactId>spring-ai-starter-vector-store-mongodb-atlas</artifactId>
3131
</dependency>
3232
----
3333

@@ -36,7 +36,7 @@ or to your Gradle `build.gradle` build file:
3636
[source,groovy]
3737
----
3838
dependencies {
39-
implementation 'org.springframework.ai:spring-ai-mongodb-atlas-store-spring-boot-starter'
39+
implementation 'org.springframework.ai:spring-ai-starter-vector-store-mongodb-atlas'
4040
}
4141
----
4242

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To enable it, add the following dependency to your project's Maven `pom.xml` fil
2929
----
3030
<dependency>
3131
<groupId>org.springframework.ai</groupId>
32-
<artifactId>spring-ai-neo4j-store-spring-boot-starter</artifactId>
32+
<artifactId>spring-ai-starter-vector-store-neo4j</artifactId>
3333
</dependency>
3434
----
3535

@@ -38,7 +38,7 @@ or to your Gradle `build.gradle` build file.
3838
[source,groovy]
3939
----
4040
dependencies {
41-
implementation 'org.springframework.ai:spring-ai-neo4j-store-spring-boot-starter'
41+
implementation 'org.springframework.ai:spring-ai-starter-vector-store-neo4j'
4242
}
4343
----
4444

0 commit comments

Comments
 (0)