langchain4j-community-neo4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-community-neo4j</artifactId>
<version>1.15.0-beta25</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-community-neo4j</artifactId>
<version>1.15.0-beta25</version>
<name>LangChain4j :: Community :: Integration :: Neo4j</name>
<description>Parent POM for langchain4j-community submodules</description>
<url>https://github.com/langchain4j/langchain4j-community/embedding-stores/langchain4j-community-neo4j</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<id>dliubarskyi</id>
<name>Dmytro Liubarskyi</name>
<email>info@langchain4j.dev</email>
<url>https://github.com/dliubarskyi</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/langchain4j/langchain4j-community.git/embedding-stores/langchain4j-community-neo4j</connection>
<developerConnection>scm:git:git@github.com:langchain4j/langchain4j-community.git/embedding-stores/langchain4j-community-neo4j</developerConnection>
<url>https://github.com/langchain4j/langchain4j-community/embedding-stores/langchain4j-community-neo4j</url>
</scm>
<dependencies>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-core</artifactId>
<version>1.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.21.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.18</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<version>6.0.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-dsl</artifactId>
<version>2025.2.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-dsl-schema-name-support</artifactId>
<version>2025.2.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-community-core</artifactId>
<version>1.15.0-beta25</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>