From 66d8187b26be06f7ecb5bdd5c87a67c53b9dd6e2 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 25 Oct 2024 09:03:50 +0200 Subject: [PATCH] Add entry for Vertex AI Embeddings Closes gh-1628 --- start-site/src/main/resources/application.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 7558a86a7a..6ed1758891 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -1646,6 +1646,16 @@ initializr: links: - rel: reference href: https://docs.spring.io/spring-ai/reference/api/chat/vertexai-gemini-chat.html + - name: Vertex AI Embeddings + id: spring-ai-vertexai-embeddings + group-id: org.springframework.ai + artifact-id: spring-ai-vertex-ai-embedding-spring-boot-starter + description: Spring AI support for Google Vertex embeddings. + bom: spring-ai + starter: true + links: + - rel: reference + href: https://docs.spring.io/spring-ai/reference/api/embeddings/vertexai-embeddings-text.html - name: Qdrant Vector Database id: spring-ai-vectordb-qdrant group-id: org.springframework.ai