Skip to content

Commit

Permalink
Add MongoDB Atlas vector database for Spring AI
Browse files Browse the repository at this point in the history
Closes gh-1525
  • Loading branch information
mhalbritter committed Jun 26, 2024
1 parent 1337708 commit 23a0f2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,16 @@ initializr:
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/clients/mistralai-chat.html
- name: MongoDB Atlas Vector Database
id: spring-ai-vectordb-mongodb-atlas
group-id: org.springframework.ai
artifact-id: spring-ai-mongodb-atlas-store-spring-boot-starter
description: Spring AI vector database support for MongoDB Atlas. Is is a fully managed cloud database service that provides an easy way to deploy, operate, and scale a MongoDB database in the cloud.
bom: spring-ai
starter: true
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/mongodb.html
- name: Neo4j Vector Database
id: spring-ai-vectordb-neo4j
group-id: org.springframework.ai
Expand Down

0 comments on commit 23a0f2e

Please sign in to comment.