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/asciidoc/migration-guide.adoc
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
[[migration-guide]]
2
-
= Migration Guide
2
+
= Migration from Graph Algorithms v3.5
3
3
4
4
5
5
[abstract]
6
6
--
7
-
This section explains how to migrate from the Neo4j Graph Algorithms (GA) library to the Neo4j Graph Data Science (GDS) library.
7
+
If you have previously used Graph Algorithm v3.5, you can find the information you will need to migrate to using the Graph Data Science library in this section.
8
8
--
9
9
10
10
@@ -49,7 +49,7 @@ This section explains how to migrate from the Neo4j Graph Algorithms (GA) librar
49
49
50
50
== Who should read this guide
51
51
52
-
This guide is intended for users who are familiar with the Graph Algorithms library.
52
+
This documentation is intended for users who are familiar with the Graph Algorithms library.
53
53
We assume that most of the mentioned operations and concepts can be understood with little explanation.
54
54
Thus we are intentionally brief in the examples and comparisons.
55
55
Please see the dedicated chapters in this manual for details on all the features in the Graph Data Science library.
@@ -58,7 +58,6 @@ Please see the dedicated chapters in this manual for details on all the features
58
58
== Syntax
59
59
60
60
In this section we will focus on side-by-side examples of operations using the syntax of the Graph Algorithms library and Graph Data Science library, respectively.
61
-
In the tables below *GA* refers to the Graph Algorithms library and *GDS* refers to the Graph Data Science library.
62
61
63
62
This section is divided into the following sub-sections:
0 commit comments