Skip to content

Commit

Permalink
Add Spring AI 1.0.0-M5
Browse files Browse the repository at this point in the history
Add MariaDB, Oracle Coherence and Azure Cosmos DB Vector Store starters.

See gh-1707
  • Loading branch information
ilayaperumalg authored and mhalbritter committed Jan 22, 2025
1 parent 65ba01a commit 86d9f33
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ initializr:
versionProperty: spring-ai.version
mappings:
- compatibilityRange: "[3.3.0,3.5.0-M1)"
version: 1.0.0-M4
version: 1.0.0-M5
repositories: spring-milestones
spring-cloud:
groupId: org.springframework.cloud
Expand Down Expand Up @@ -1653,6 +1653,36 @@ initializr:
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/redis.html
- name: MariaDB Vector Database
id: spring-ai-vectordb-mariadb
group-id: org.springframework.ai
artifact-id: spring-ai-mariadb-store-spring-boot-starter
description: MariaDB Vector Store support is part of MariaDB 11.7. It provides efficient vector similarity search capabilities using vector indexes, supporting both cosine similarity and Euclidean distance metrics.
bom: spring-ai
starter: true
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/mariadb.html
- name: Oracle Coherence Vector Database
id: spring-ai-vectordb-coherence
group-id: org.springframework.ai
artifact-id: spring-ai-coherence-store-spring-boot-starter
description: Oracle Coherence Vector Store is a key-value store with optional persistence, offering fault-tolerant automatic sharding, polyglot and REST interfaces, querying, transactions, eventing, and in-place processing, as well as change data capture, multi-site federation, messaging, and integrations with popular frameworks.
bom: spring-ai
starter: true
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs.html
- name: Azure Cosmos DB
id: spring-ai-vectordb-azurecosmosdb
group-id: org.springframework.ai
artifact-id: spring-ai-azure-cosmos-db-store-spring-boot-starter
description: Azure Cosmos DB is Microsoft’s globally distributed cloud-native database service designed for mission-critical applications.
bom: spring-ai
starter: true
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/azure-cosmos-db.html
- name: Stability AI
id: spring-ai-stabilityai
group-id: org.springframework.ai
Expand Down

0 comments on commit 86d9f33

Please sign in to comment.