Skip to content

Commit a570281

Browse files
authored
move gae content into genai chapter (#796)
1 parent a79cd10 commit a570281

File tree

6 files changed

+14
-26
lines changed

6 files changed

+14
-26
lines changed

site/content/3.12/about-arangodb/features/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deploy and use it, see [The ArangoDB Platform](../../components/platform.md).
3838
A web-based tool for exploring your graph data with an intuitive interface and
3939
sophisticated querying capabilities.
4040

41-
- [**Graph Analytics**](../../graphs/graph-analytics.md):
41+
- [**Graph Analytics**](../../data-science/graph-analytics.md):
4242
A service that can efficiently load graph data from the core database system
4343
and run graph algorithms such as PageRank and many more.
4444

site/content/3.12/data-science/_index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Alongside these components, you also get the following additional features:
5050

5151
- [**Graph Visualizer**](../graphs/graph-visualizer.md): A web-based tool for exploring your graph data with an
5252
intuitive interface and sophisticated querying capabilities.
53+
- [**Graph Analytics**](graph-analytics.md): Run graph algorithms such as PageRank
54+
on dedicated compute resources.
5355
- [**Jupyter notebooks**](notebook-servers.md): Run a Jupyter kernel in the platform for hosting
5456
interactive notebooks for experimentation and development of applications
5557
that use ArangoDB as their backend.
@@ -64,14 +66,6 @@ Alongside these components, you also get the following additional features:
6466
[API reference](https://arangoml.github.io/platform-dss-api/GenAI-Service/proto/index.html) documentation
6567
for more details.
6668

67-
## Other tools and features
68-
69-
The ArangoDB Platform includes the following features independent of the
70-
GenAI Suite:
71-
72-
- [**Graph Analytics**](../graphs/graph-analytics.md): Run graph algorithms such as PageRank
73-
on dedicated compute resources.
74-
7569
## From graph to AI
7670

7771
This section classifies the complexity of the queries you can answer with
@@ -106,7 +100,7 @@ Graph analytics can answer questions like _**Who are the most connected persons*
106100
ArangoDB offers _Graph Analytics Engines_ to run algorithms such as
107101
connected components, label propagation, and PageRank on your data. This feature
108102
is available for the ArangoGraph Insights Platform. See
109-
[Graph Analytics](../graphs/graph-analytics.md) for details.
103+
[Graph Analytics](graph-analytics.md) for details.
110104

111105
### GraphML
112106

site/content/3.13/graphs/graph-analytics.md renamed to site/content/3.12/data-science/graph-analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Graph Analytics
33
menuTitle: Graph Analytics
44
weight: 115
55
description: |
6-
ArangoGraph offers Graph Analytics Engines to run graph algorithms on your
7-
data separately from your ArangoDB deployments
6+
Graph analytics analyzes information networks to extract insights from data
7+
relationships using algorithms like PageRank for fraud detection, recommendations, and network analysis
88
aliases:
9-
- ../data-science/graph-analytics
9+
- ../graphs/graph-analytics
1010
---
1111
{{< tag "ArangoDB Platform" "ArangoGraph" >}}
1212

site/content/3.13/about-arangodb/features/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deploy and use it, see [The ArangoDB Platform](../../components/platform.md).
3838
A web-based tool for exploring your graph data with an intuitive interface and
3939
sophisticated querying capabilities.
4040

41-
- [**Graph Analytics**](../../graphs/graph-analytics.md):
41+
- [**Graph Analytics**](../../data-science/graph-analytics.md):
4242
A service that can efficiently load graph data from the core database system
4343
and run graph algorithms such as PageRank and many more.
4444

site/content/3.13/data-science/_index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Alongside these components, you also get the following additional features:
5050

5151
- [**Graph Visualizer**](../graphs/graph-visualizer.md): A web-based tool for exploring your graph data with an
5252
intuitive interface and sophisticated querying capabilities.
53+
- [**Graph Analytics**](graph-analytics.md): Run graph algorithms such as PageRank
54+
on dedicated compute resources.
5355
- [**Jupyter notebooks**](notebook-servers.md): Run a Jupyter kernel in the platform for hosting
5456
interactive notebooks for experimentation and development of applications
5557
that use ArangoDB as their backend.
@@ -64,14 +66,6 @@ Alongside these components, you also get the following additional features:
6466
[API reference](https://arangoml.github.io/platform-dss-api/GenAI-Service/proto/index.html) documentation
6567
for more details.
6668

67-
## Other tools and features
68-
69-
The ArangoDB Platform includes the following features independent of the
70-
GenAI Suite:
71-
72-
- [**Graph Analytics**](../graphs/graph-analytics.md): Run graph algorithms such as PageRank
73-
on dedicated compute resources.
74-
7569
## From graph to AI
7670

7771
This section classifies the complexity of the queries you can answer with
@@ -106,7 +100,7 @@ Graph analytics can answer questions like _**Who are the most connected persons*
106100
ArangoDB offers _Graph Analytics Engines_ to run algorithms such as
107101
connected components, label propagation, and PageRank on your data. This feature
108102
is available for the ArangoGraph Insights Platform. See
109-
[Graph Analytics](../graphs/graph-analytics.md) for details.
103+
[Graph Analytics](graph-analytics.md) for details.
110104

111105
### GraphML
112106

site/content/3.12/graphs/graph-analytics.md renamed to site/content/3.13/data-science/graph-analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Graph Analytics
33
menuTitle: Graph Analytics
44
weight: 115
55
description: |
6-
ArangoGraph offers Graph Analytics Engines to run graph algorithms on your
7-
data separately from your ArangoDB deployments
6+
Graph analytics analyzes information networks to extract insights from data
7+
relationships using algorithms like PageRank for fraud detection, recommendations, and network analysis
88
aliases:
9-
- ../data-science/graph-analytics
9+
- ../graphs/graph-analytics
1010
---
1111
{{< tag "ArangoDB Platform" "ArangoGraph" >}}
1212

0 commit comments

Comments
 (0)