File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,17 @@ Using ArangoDB and its query language, you can determine the shortest paths betw
6565given node of a graph and follows the directly connected edges. The edges indicate
6666what the next connected nodes are, and this discovery of neighbors can repeat.
6767
68- Graph queries can answer questions like ** Who can introduce me to person X?**
68+ Graph queries can answer questions like\
69+ ** Who can introduce me to person X?**
6970
7071### Graph Analytics
7172
7273The next level of utilizing connected data in terms of complexity is to use
7374graph analytics or graph algorithms to aggregate information about a graph.
7475Unlike with graph queries, this involves the entire graph at once.
7576
76- Graph analytics can answer questions like ** Who are the most connected persons?**
77+ Graph analytics can answer questions like\
78+ ** Who are the most connected persons?**
7779
7880Arango offers a [ Graph Analytics] ( ai-suite/graph-analytics.md ) solution as part
7981of the [ Arango AI Data Platform] ( data-platform/features.md ) to run algorithms
You can’t perform that action at this time.
0 commit comments