From 9ea618421e0d1217a85fd164252f28e28f19fbd4 Mon Sep 17 00:00:00 2001 From: Gerrit Meier Date: Mon, 24 Jun 2024 09:22:29 +0200 Subject: [PATCH] Fix typo in Neo4j Vector database The product is spelled with a lower-case j. See gh-1523 --- start-site/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index ce0404b970..f5de5cf7fd 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -1463,7 +1463,7 @@ initializr: links: - rel: reference href: https://docs.spring.io/spring-ai/reference/api/clients/mistralai-chat.html - - name: Neo4J Vector Database + - name: Neo4j Vector Database id: spring-ai-vectordb-neo4j group-id: org.springframework.ai artifact-id: spring-ai-neo4j-store-spring-boot-starter