Added Neo4j Step Solver

This commit is contained in:
andrea.terzani
2024-08-10 22:58:29 +02:00
parent afcdb01220
commit 090ecabf6a
7 changed files with 155 additions and 5 deletions

View File

@@ -47,7 +47,12 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<version>5.8.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>