Skip to content

Commit cf1cd12

Browse files
Document optional dbms connection parameter
1 parent 3d6e49b commit cf1cd12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ You can use the `sessions.estimate()` method to estimate the size required.
6464
Available algorithm categories are listed in our API https://neo4j.com/docs/graph-data-science-client/{docs-version}/api/sessions/algorithm_category[reference].
6565

6666
- **DBMS connection**.
67-
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].
6869

6970
- **TTL**.
7071
This optional parameter specifies the time-to-live of the session.

0 commit comments

Comments
 (0)