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
nodes, # One or more dataframes containing node data
128
125
relationships # One or more dataframes containing relationship data
@@ -162,6 +159,7 @@ This in particular means that:
162
159
If multiple node dataframes are used, they need to contain distinct node ids across all node data frames.
163
160
* Prior to the `construct` call, a call to `GraphDataScience.set_database` must have been made to explicitly specify which Neo4j database should be targeted.
@@ -280,6 +278,8 @@ The direction (`DIRECTED` or `UNDIRECTED`) of the relationships in the projected
280
278
If the given NetworkX graph is directed, so a (sub)class of either `networkx.DiGraph` or `networkx.MultiDiGraph`, the relationships will be `DIRECTED` in the projection.
For users of GDS community edition, performance can be impacted for large graphs.
4
+
It is possible that socket connection with the database times out.
5
+
If this happens, a possible workaround is to modify the server configuration https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_server.bolt.connection_keep_alive[`server.bolt.connection_keep_alive`]
6
+
or https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_server.bolt.connection_keep_alive_probes[`server.bolt.connection_keep_alive_probes`].
7
+
However, be aware of the side effects such as a genuine connection issue now taking longer to be detected.
0 commit comments