diff --git a/site/content/3.12/about-arangodb/features/platform.md b/site/content/3.12/about-arangodb/features/platform.md index 2b833379d4..8808556f5d 100644 --- a/site/content/3.12/about-arangodb/features/platform.md +++ b/site/content/3.12/about-arangodb/features/platform.md @@ -38,7 +38,7 @@ deploy and use it, see [The ArangoDB Platform](../../components/platform.md). A web-based tool for exploring your graph data with an intuitive interface and sophisticated querying capabilities. -- [**Graph Analytics**](../../graphs/graph-analytics.md): +- [**Graph Analytics**](../../data-science/graph-analytics.md): A service that can efficiently load graph data from the core database system and run graph algorithms such as PageRank and many more. diff --git a/site/content/3.12/data-science/_index.md b/site/content/3.12/data-science/_index.md index 94ba664523..07a539eb1e 100644 --- a/site/content/3.12/data-science/_index.md +++ b/site/content/3.12/data-science/_index.md @@ -50,6 +50,8 @@ Alongside these components, you also get the following additional features: - [**Graph Visualizer**](../graphs/graph-visualizer.md): A web-based tool for exploring your graph data with an intuitive interface and sophisticated querying capabilities. +- [**Graph Analytics**](graph-analytics.md): Run graph algorithms such as PageRank + on dedicated compute resources. - [**Jupyter notebooks**](notebook-servers.md): Run a Jupyter kernel in the platform for hosting interactive notebooks for experimentation and development of applications that use ArangoDB as their backend. @@ -64,14 +66,6 @@ Alongside these components, you also get the following additional features: [API reference](https://arangoml.github.io/platform-dss-api/GenAI-Service/proto/index.html) documentation for more details. -## Other tools and features - -The ArangoDB Platform includes the following features independent of the -GenAI Suite: - -- [**Graph Analytics**](../graphs/graph-analytics.md): Run graph algorithms such as PageRank - on dedicated compute resources. - ## From graph to AI 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* ArangoDB offers _Graph Analytics Engines_ to run algorithms such as connected components, label propagation, and PageRank on your data. This feature is available for the ArangoGraph Insights Platform. See -[Graph Analytics](../graphs/graph-analytics.md) for details. +[Graph Analytics](graph-analytics.md) for details. ### GraphML diff --git a/site/content/3.13/graphs/graph-analytics.md b/site/content/3.12/data-science/graph-analytics.md similarity index 99% rename from site/content/3.13/graphs/graph-analytics.md rename to site/content/3.12/data-science/graph-analytics.md index a3aa6b5f6d..31bf1fd446 100644 --- a/site/content/3.13/graphs/graph-analytics.md +++ b/site/content/3.12/data-science/graph-analytics.md @@ -3,10 +3,10 @@ title: Graph Analytics menuTitle: Graph Analytics weight: 115 description: | - ArangoGraph offers Graph Analytics Engines to run graph algorithms on your - data separately from your ArangoDB deployments + Graph analytics analyzes information networks to extract insights from data + relationships using algorithms like PageRank for fraud detection, recommendations, and network analysis aliases: - - ../data-science/graph-analytics + - ../graphs/graph-analytics --- {{< tag "ArangoDB Platform" "ArangoGraph" >}} diff --git a/site/content/3.13/about-arangodb/features/platform.md b/site/content/3.13/about-arangodb/features/platform.md index 2b833379d4..8808556f5d 100644 --- a/site/content/3.13/about-arangodb/features/platform.md +++ b/site/content/3.13/about-arangodb/features/platform.md @@ -38,7 +38,7 @@ deploy and use it, see [The ArangoDB Platform](../../components/platform.md). A web-based tool for exploring your graph data with an intuitive interface and sophisticated querying capabilities. -- [**Graph Analytics**](../../graphs/graph-analytics.md): +- [**Graph Analytics**](../../data-science/graph-analytics.md): A service that can efficiently load graph data from the core database system and run graph algorithms such as PageRank and many more. diff --git a/site/content/3.13/data-science/_index.md b/site/content/3.13/data-science/_index.md index 94ba664523..98332f594b 100644 --- a/site/content/3.13/data-science/_index.md +++ b/site/content/3.13/data-science/_index.md @@ -50,6 +50,8 @@ Alongside these components, you also get the following additional features: - [**Graph Visualizer**](../graphs/graph-visualizer.md): A web-based tool for exploring your graph data with an intuitive interface and sophisticated querying capabilities. +- [**Graph Analytics**](graph-analytics.md): Run graph algorithms such as PageRank + on dedicated compute resources. - [**Jupyter notebooks**](notebook-servers.md): Run a Jupyter kernel in the platform for hosting interactive notebooks for experimentation and development of applications that use ArangoDB as their backend. @@ -64,14 +66,6 @@ Alongside these components, you also get the following additional features: [API reference](https://arangoml.github.io/platform-dss-api/GenAI-Service/proto/index.html) documentation for more details. -## Other tools and features - -The ArangoDB Platform includes the following features independent of the -GenAI Suite: - -- [**Graph Analytics**](../graphs/graph-analytics.md): Run graph algorithms such as PageRank - on dedicated compute resources. - ## From graph to AI 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* ArangoDB offers _Graph Analytics Engines_ to run algorithms such as connected components, label propagation, and PageRank on your data. This feature is available for the ArangoGraph Insights Platform. See -[Graph Analytics](../graphs/graph-analytics.md) for details. +[Graph Analytics](graph-analytics.md) for details. ### GraphML diff --git a/site/content/3.12/graphs/graph-analytics.md b/site/content/3.13/data-science/graph-analytics.md similarity index 99% rename from site/content/3.12/graphs/graph-analytics.md rename to site/content/3.13/data-science/graph-analytics.md index a3aa6b5f6d..e1562a2a03 100644 --- a/site/content/3.12/graphs/graph-analytics.md +++ b/site/content/3.13/data-science/graph-analytics.md @@ -3,10 +3,10 @@ title: Graph Analytics menuTitle: Graph Analytics weight: 115 description: | - ArangoGraph offers Graph Analytics Engines to run graph algorithms on your - data separately from your ArangoDB deployments + Graph analytics analyzes information networks to extract insights from data + relationships using algorithms like PageRank for fraud detection, recommendations, and network analysis aliases: - - ../data-science/graph-analytics + - ../graphs/graph-analytics --- {{< tag "ArangoDB Platform" "ArangoGraph" >}}