Skip to content

Commit

Permalink
Merge pull request #1575 from eddumelendez
Browse files Browse the repository at this point in the history
* pr/1575:
  Add new entries for Elasticsearch and Typesense vector databases

Closes gh-1575
  • Loading branch information
mhalbritter committed Sep 5, 2024
2 parents d2b676d + 3e6efe5 commit a08bbe1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,16 @@ initializr:
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/chroma.html
- name: Elasticsearch Vector Database
id: spring-ai-vectordb-elasticsearch
group-id: org.springframework.ai
artifact-id: spring-ai-elasticsearch-store-spring-boot-starter
description: Spring AI vector database support for Elasticsearch.
bom: spring-ai
starter: true
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/elasticsearch.html
- name: Milvus Vector Database
id: spring-ai-vectordb-milvus
group-id: org.springframework.ai
Expand Down Expand Up @@ -1618,6 +1628,16 @@ initializr:
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/qdrant.html
- name: Typesense Vector Database
id: spring-ai-vectordb-typesense
group-id: org.springframework.ai
artifact-id: spring-ai-typesense-store-spring-boot-starter
description: Spring AI vector database support for Typesense.
bom: spring-ai
starter: true
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/typesense.html
- name: Weaviate Vector Database
id: spring-ai-vectordb-weaviate
group-id: org.springframework.ai
Expand Down

0 comments on commit a08bbe1

Please sign in to comment.