We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8215175 commit 3650188Copy full SHA for 3650188
changelog.md
@@ -8,6 +8,11 @@
8
9
* Add the new concept of GDS Sessions, used to manage GDS computations in Aura, based on data from an AuraDB instance.
10
* Add a new `gds.graph.project` endpoint to project graphs from AuraDB instances to GDS sessions.
11
+ * `nodePropertySchema` and `relationshipPropertySchema` can be used to optimise remote projections.
12
+ * Add a new top-level class `GdsSessions` to manage GDS sessions in Aura.
13
+ * `GdsSessions` support `get_or_create()`, `list()`, and `delete()`.
14
+ * Creating a new session supports various sizes.
15
+ * The `run_cypher()` method will run Cypher queries targetting the configured AuraDB instance.
16
17
18
## Bug fixes
0 commit comments