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/modules/ROOT/pages/known-limitations.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
Operations known to not work with the Python client are:
4
4
5
5
* https://neo4j.com/docs/graph-data-science/current/management-ops/utility-functions/#utility-functions-numeric[Numeric utility functions] (will never be supported)
6
-
* https://neo4j.com/docs/graph-data-science/2.6/management-ops/graph-reads/read-with-cypher/[Cypher on GDS] (deprecated in GDS 2.6)
6
+
* Running Cypher queries on GDS (functionality link:https://neo4j.com/docs/graph-data-science/2.6/management-ops/graph-reads/read-with-cypher/[deprecated in GDS 2.6])
7
7
8
8
The GDS Python client is not compatible with Python's `multiprocessing` or any operations that rely on forking. If running queries in parallel is required, multithreading can be used instead.
0 commit comments