You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/installation/supported-neo4j-versions.adoc
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ If your version of GDS or Neo4j is not listed in the matrix, you should upgrade.
10
10
[opts=header]
11
11
|===
12
12
| Neo4j version | Neo4j Graph Data Science
13
-
| `5.13` | `2.5.1` or later, `2.4.7` or later
14
-
| `5.12` | `2.5`, `2.4.6` or later
15
-
| `5.11` | `2.5`, `2.4.4` or later
16
-
| `5.10` | `2.5`, `2.4.2` or later
17
-
| `5.9` | `2.5`, `2.4`
18
-
| `5.8` | `2.5`, `2.4`
19
-
| `5.7` | `2.5`, `2.4`
20
-
| `5.6` | `2.5`, `2.4`
21
-
| `5.5` | `2.4`
22
-
| `5.4` | `2.4`
23
-
| `5.3` | `2.4`
24
-
| `5.2` | `2.4`
25
-
| `5.1` | `2.4`
13
+
| `5.13` | `2.5.1` or later, `2.4.7` or later footnote:eol[2.4 version series is end-of-life and will not receive further patches. Please use a later version.]
A _graph_ in GDS is an in-memory structure containing _nodes_ connected by _relationships_. Both nodes and relationships can hold numerical attributes (_properties_).
8
8
Graphs are stored using compressed data structures optimized for topology and property lookup operations.
0 commit comments