diff --git a/README.md b/README.md
index ab428fb19..6eec0fc84 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,15 @@ Following vector stores are supported:
```xml
+<<<<<<< HEAD
+<<<<<<< HEAD
org.springframework.ai
+=======
+ org.springframework.ai
+>>>>>>> 3818823 (Adds Spring boot starter for Neo4j Store)
+=======
+ org.springframework.ai
+>>>>>>> caed8b3 (Adds Spring boot starter for Ne04j Store)
spring-ai-neo4j-store-spring-boot-starter
0.8.0-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index d647dc807..338ef2c75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,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}
+
+
+
+