From 1e980d13b2014e2a43a04051cf5d12fc93d4eb26 Mon Sep 17 00:00:00 2001 From: jito Date: Thu, 31 Oct 2024 06:07:13 +0900 Subject: [PATCH] Azure cosmos-db vector store maven cleanup (#1631) - Define the version for Azure Cosmos DB - Add dependencies for the azure-cosmos-db-store module and boot starter - Include the artifacts in spring-ai-bom Signed-off-by: jitokim --- pom.xml | 1 + spring-ai-bom/pom.xml | 12 ++++++++++++ .../spring-ai-azure-cosmos-db-store/pom.xml | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9ea06c8a0..6c1b661bf 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,7 @@ 0.8.0 2.0.46 11.6.1 + 5.17.1 4.5.1 1.9.1 0.5.0 diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index 663f8c5cb..6fcbd695c 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -183,6 +183,12 @@ ${project.version} + + org.springframework.ai + spring-ai-azure-cosmos-db-store + ${project.version} + + org.springframework.ai spring-ai-cassandra-store @@ -293,6 +299,12 @@ ${project.version} + + org.springframework.ai + spring-ai-azure-cosmos-db-store-spring-boot-starter + ${project.version} + + org.springframework.ai spring-ai-azure-openai-spring-boot-starter diff --git a/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml b/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml index 8c1e57ccd..ca93a9ece 100644 --- a/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml +++ b/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml @@ -45,7 +45,7 @@ com.azure azure-spring-data-cosmos - LATEST + ${azure-cosmos.version} org.springframework.ai