Skip to content

Commit 5832db9

Browse files
authored
Merge pull request #763 from neo4j/session-limitations
Document Session limitations
2 parents 2455d24 + 2a8a133 commit 5832db9

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

doc/modules/ROOT/pages/gds-session.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[.beta]
21
= GDS Sessions
32

43
A GDS Session is a temporary compute environment for running GDS workloads.
@@ -298,7 +297,22 @@ For a full list of the available algorithms, see the https://neo4j.com/docs/grap
298297

299298
=== Limitations
300299

301-
Topological Link Prediction algorithms are not yet supported.
300+
* Model Catalog is supported with limitations:
301+
** Trained models can only be used for prediction using the same Session in which they were trained.
302+
After the Session is deleted, all trained models will be lost.
303+
** Model publishing is not supported, including
304+
*** `gds.model.publish`
305+
** Model persistence is not supported, including
306+
*** `gds.model.store`
307+
*** `gds.model.load`
308+
*** `gds.model.delete`
309+
* Topological Link Prediction algorithms are not supported, including
310+
** `gds.alpha.linkprediction.adamicAdar`
311+
** `gds.alpha.linkprediction.commonNeighbors`
312+
** `gds.alpha.linkprediction.preferentialAttachment`
313+
** `gds.alpha.linkprediction.resourceAllocation`
314+
** `gds.alpha.linkprediction.sameCommunity`
315+
** `gds.alpha.linkprediction.totalNeighbors`
302316

303317

304318
== Remote write-back

0 commit comments

Comments
 (0)