Skip to content

Commit 08f7b27

Browse files
authored
Merge pull request #578 from nvitucci/update-known-issues
Update known issues
2 parents a6f573d + d548f37 commit 08f7b27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/modules/ROOT/pages/known-limitations.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ Operations known to not work with the Python client are:
44

55
* https://neo4j.com/docs/graph-data-science/current/management-ops/utility-functions/#utility-functions-numeric[Numeric utility functions] (will never be supported)
66
* https://neo4j.com/docs/graph-data-science/current/management-ops/create-cypher-db/[Cypher on GDS] (might be supported in the future)
7-
* https://neo4j.com/docs/graph-data-science/current/management-ops/projections/graph-project-cypher-projection/[Projecting graphs using Cypher Aggregation] (might be supported in the future)
87
9-
The GDS Python client is not compatible with Pythons `multiprocessing` or any operations that rely on `forking`. If running queries in parallel is required, multithreading can be used instead.
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

Comments
 (0)