You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/asciidoc/installation/additional-config-parameters.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ The following features require such additional configuration:
8
8
9
9
== Graph export
10
10
11
-
Exporting <<catalog-graph-export-csv, graphs to CSV>> files requires the configuration parameter `gds.export.location` to be set to the absolut path to the folder in which exported graphs will be stored.
11
+
Exporting <<catalog-graph-export-csv, 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.
12
12
This directory has to be writable by the Neo4j process.
13
13
14
14
15
15
== Model persistence
16
16
17
-
The <<model-catalog-store-ops, model persistence feature>> requires the configuration parameter `gds.model.store_location` to be set to the absolut path to the folder in which the models will be stored.
18
-
This directory has to be writable by the Neo4j process.
17
+
The <<model-catalog-store-ops, 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.
18
+
This directory has to be writable by the Neo4j process.
0 commit comments