Skip to content

Commit 37df3e2

Browse files
Merge pull request #872 from soerenreichardt/standalone-session-creation-docs
Standalone session creation docs
2 parents f953868 + cf1cd12 commit 37df3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ The name must be unique.
6060
This configuration determines the amount of memory and CPU available to the session.
6161
It also determines the cost of running the session.
6262
Available configurations are listed in our API https://neo4j.com/docs/graph-data-science-client/{docs-version}/api/sessions/session_memory[reference].
63-
6463
You can use the `sessions.estimate()` method to estimate the size required.
6564
Available algorithm categories are listed in our API https://neo4j.com/docs/graph-data-science-client/{docs-version}/api/sessions/algorithm_category[reference].
6665

6766
- **DBMS connection**.
68-
This is a `DbmsConnectionInfo` object that contains the URI of an Neo4j instance, a username, and a password.
67+
This optional parameter is a `DbmsConnectionInfo` object that contains the URI of an Neo4j instance, a username, and a password. It is required if either a graph projection from a database or a write-back to a database is needed.
68+
If not specified, graphs can be xref:graph-object.adoc#construct[constructed via arrow].
6969

7070
- **TTL**.
7171
This optional parameter specifies the time-to-live of the session.

0 commit comments

Comments
 (0)