Additional configuration options
In order to make use of certain features of the GDS library, additional configuration is necessary. Configuration is done in the neo4j.conf configuration file before starting the DBMS. The following features require such additional configuration:
1. Graph export
Exporting graphs to CSV files requires the configuration parameter gds.export.location
to be set to the absolute path to the folder in which exported graphs will be stored.
This directory has to be writable by the Neo4j process.
2. Model persistence
The model persistence feature requires the configuration parameter gds.model.store_location
to be set to the absolute path to the folder in which the models will be stored.
This directory has to be writable by the Neo4j process.
Was this page helpful?