Skip to content

Commit 7bcbab1

Browse files
committed
Move session limitation to docs
was in generated notebook.adoc before
1 parent 5f708bb commit 7bcbab1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ gds.graph.nodeProperties.stream(G, db_node_properties=["name"], node_properties=
255255
For a full list of the available algorithms, see the https://neo4j.com/docs/graph-data-science-client/{page-version}/api/[API reference].
256256

257257

258+
=== Limitations
259+
260+
Topological Link Prediction algorithms are not yet supported.
261+
262+
258263
== Remote write-back
259264

260265
The GDS Session's in-memory graph was projected from data in AuraDB, so write-back operations will persist the data back to the same AuraDB instance.
@@ -282,5 +287,3 @@ Therefore, you will not be able to call any GDS procedures from the `run_cypher(
282287
----
283288
gds.run_cypher("MATCH (n:User) RETURN n.name, n.embedding")
284289
----
285-
286-

doc/modules/ROOT/pages/tutorials/gds-sessions.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ to have the `graphdatascience` Python library installed, version
3131
%pip install --pre "graphdatascience>1.11a3"
3232
----
3333

34-
== Limitations
35-
36-
* Topological Link Prediction algorithms are not yet supported.
37-
3834
== Aura API credentials
3935

4036
A GDS Session is created and accessed via the Aura API. In order to use

0 commit comments

Comments
 (0)