Skip to content

Commit 303af16

Browse files
committed
Document Model Catalog limitations for Sessions
1 parent 2455d24 commit 303af16

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,16 @@ For a full list of the available algorithms, see the https://neo4j.com/docs/grap
300300

301301
Topological Link Prediction algorithms are not yet supported.
302302

303+
* Model Catalog is supported with limitations:
304+
** Trained models can only be used for prediction using the same Session in which they were trained.
305+
After the Session is deleted, all trained models will be lost.
306+
** Model publishing is not supported, including
307+
*** `gds.model.publish`
308+
** Model persistence is not supported, including
309+
*** `gds.model.store`
310+
*** `gds.model.load`
311+
*** `gds.model.delete`
312+
303313

304314
== Remote write-back
305315

0 commit comments

Comments
 (0)