diff --git a/README.md b/README.md index dcffdb43f..4212bcdd5 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,15 @@ Following vector stores are supported: 0.8.0-SNAPSHOT ``` +* Neo4j + +```xml + + org.springframework.ai + spring-ai-neo4j-store-spring-boot-starter + 0.8.0-SNAPSHOT + +``` ## Workshop diff --git a/pom.xml b/pom.xml index 1f292beee..7ca668ba2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,7 @@ spring-ai-spring-boot-starters/spring-ai-starter-azure-store spring-ai-spring-boot-starters/spring-ai-starter-weaviate-store spring-ai-spring-boot-starters/spring-ai-starter-redis + spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store spring-ai-docs vector-stores/spring-ai-pgvector-store vector-stores/spring-ai-milvus-store diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml new file mode 100644 index 000000000..5110444ae --- /dev/null +++ b/spring-ai-spring-boot-starters/spring-ai-starter-neo4j-store/pom.xml @@ -0,0 +1,42 @@ + + + 4.0.0 + + org.springframework.ai + spring-ai + 0.8.0-SNAPSHOT + ../../pom.xml + + spring-ai-neo4j-store-spring-boot-starter + jar + Spring AI Starter - Neo4j Store + Spring AI Neo4j Store Auto Configuration + https://github.com/spring-projects/spring-ai + + + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git + + + + + + org.springframework.boot + spring-boot-starter + + + + org.springframework.ai + spring-ai-spring-boot-autoconfigure + ${project.parent.version} + + + + org.springframework.ai + spring-ai-neo4j-store + ${project.parent.version} + + + +