For the complete documentation index, see llms.txt. This page is also available as Markdown.

Neo4j

This page explains how to setup Neo4j, install the Neo4j plugin and create a graph on your server

Prerequisites

Get Neo4j up and running

Follow the instructions of the dedicated FAQ page to get Neo4j up and running.

We recommend using a recent release of Datashare (>= 14.0.0) to use this feature, click on the 'All platforms and versions' button when downloading to access versions if necessary.

Add entities

If it's not done yet add entities to your project using the Datashare CLI.

If your project contains email documents, make sure to run the EMAIL pipeline together with regular NLP pipeline. To do so set the --nlpPipeline flag to --nlpPipeline CORENLP,EMAIL.

Next step

You can now run Datashare with the Neo4j plugin.

Last updated