Skip to content

Commit 8076e73

Browse files
committed
Squashed commit of the following:
commit f005cb3 Author: Paula <paula.mihu@arangodb.com> Date: Thu Oct 23 13:22:52 2025 +0200 fix broken links commit cb0629b Author: Paula <paula.mihu@arangodb.com> Date: Thu Oct 23 13:13:55 2025 +0200 remove tag for now commit 2474431 Author: Paula <paula.mihu@arangodb.com> Date: Wed Oct 22 19:29:42 2025 +0200 Renamed GenAI Suite to AI Services across all files, including endpoints; renamed Services folder to Reference; fix all broken links commit 80fb229 Author: Paula <paula.mihu@arangodb.com> Date: Thu Oct 16 10:27:08 2025 +0200 fix some broken links commit 52b1f2a Author: Paula <paula.mihu@arangodb.com> Date: Wed Oct 15 18:11:59 2025 +0200 reorganize genai suite overview pages commit f54dce1 Author: Paula <paula.mihu@arangodb.com> Date: Thu Oct 9 16:55:42 2025 +0200 added graphrag uses cases, reorganize content commit 50ea476 Author: Paula <paula.mihu@arangodb.com> Date: Wed Oct 15 17:10:38 2025 +0200 rework data platform content, make kubernetes more prominent commit 4249c4e Author: Paula <paula.mihu@arangodb.com> Date: Tue Oct 14 16:55:41 2025 +0200 rename ArangoDB Platform to Arango Data Platform commit abc5079 Author: Paula <paula.mihu@arangodb.com> Date: Tue Oct 14 16:50:32 2025 +0200 change menu titles
1 parent 79bb7f9 commit 8076e73

File tree

39 files changed

+470
-323
lines changed

39 files changed

+470
-323
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Inner shortcode
367367
Tags let you display badges, usually below a headline.
368368

369369
This is mainly used for pointing out if a feature is only available in the
370-
GenAI Suite, the Data Platform, the Arango Managed Platform (AMP), or multiple
370+
AI Services, the Data Platform, the Arango Managed Platform (AMP), or multiple
371371
of them. See [Environment remarks](#environment-remarks) for details.
372372

373373
It is also used for [Edition remarks](#edition-remarks) in content before
@@ -696,15 +696,15 @@ Pages and sections about features that are only available in certain environment
696696
such as in ArangoDB Shell should indicate where they are available using the
697697
`tag` shortcode.
698698

699-
Features exclusive to the Data Platform, GenAI Data Platform,
699+
Features exclusive to the Data Platform, AI Services Data Platform,
700700
Arango Managed Platform (AMP), and ArangoDB generally don't need to be tagged
701701
because they are in dedicated parts of the documentation. However, if there are
702702
subsections with different procedures, each can be tagged accordingly.
703703

704-
In the GenAI Data Platform only:
704+
In the AI Services Data Platform only:
705705

706706
```markdown
707-
{{< tag "GenAI Data Platform" >}}
707+
{{< tag "AI Services Data Platform" >}}
708708
```
709709

710710
In the Arango Managed Platform only:

site/content/ai-services/_index.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: AI Services
3+
menuTitle: AI Services
4+
weight: 2
5+
description: >-
6+
A comprehensive AI solution that transforms your data into intelligent knowledge graphs with GraphRAG capabilities, applies advanced machine learning with GraphML, and provides enterprise-grade tools for analytics, natural language querying, and AI-powered insights, all through an intuitive web interface
7+
---
8+
9+
## What's included
10+
11+
AI Services are comprised of two major components:
12+
13+
- [**GraphRAG**](./graphrag/_index.md): A complete solution for extracting entities
14+
from text files to create a knowledge graph that you can then query with a
15+
natural language interface.
16+
- [**GraphML**](./graphml/_index.md): Apply machine learning to graphs for link prediction,
17+
classification, and similar tasks.
18+
19+
Each component has an intuitive graphical user interface integrated into the
20+
Arango Data Platform web interface, guiding you through the process.
21+
22+
Alongside these components, you also get the following additional features:
23+
24+
- [**Graph Analytics**](graph-analytics.md): Run graph algorithms such as PageRank
25+
on dedicated compute resources.
26+
- [**Jupyter notebooks**](notebook-servers.md): Run a Jupyter kernel in the platform for hosting
27+
interactive notebooks for experimentation and development of applications
28+
that use ArangoDB as their backend.
29+
- **Public and private LLM support**: Use public LLMs such as OpenAI
30+
or private LLMs with [Triton Inference Server](reference/triton-inference-server.md).
31+
- [**MLflow integration**](reference/mlflow.md): Use the popular MLflow as a model registry for private LLMs
32+
or to run machine learning experiments as part of the Arango Data Platform.
33+
- **Application Programming Interfaces**: Use the underlying APIs of the
34+
AI Services and build your own integrations. See the
35+
[API reference](https://arangoml.github.io/platform-dss-api/GenAI-Service/proto/index.html) documentation
36+
for more details.

site/content/gen-ai/graph-analytics.md renamed to site/content/ai-services/graph-analytics.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and network flow analysis.
1717
ArangoDB offers a feature for running algorithms on your graph data,
1818
called Graph Analytics Engines (GAEs). It is available on request for the
1919
[Arango Managed Platform (AMP)](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
20-
and included in the [AI Data Platform](../data-platform/about/_index.md).
20+
and included in the [AI Data Platform](../data-platform/_index.md).
2121

2222
Key features:
2323

@@ -89,7 +89,7 @@ Single server deployments using ArangoDB version 3.11 are not supported.
8989
{{< tabs "platforms" >}}
9090

9191
{{< tab "AI Data Platform" >}}
92-
You can use any of the available authentication methods the AI Data Platform
92+
You can use any of the available authentication methods the Data Platform
9393
supports to start and stop `graphanalytics` services via the AI service as
9494
well as to authenticate requests to the [Engine API](#engine-api).
9595

@@ -136,23 +136,23 @@ The interface for managing the engines depends on the environment you use:
136136

137137
{{< tag "AI Data Platform" >}}
138138

139-
GAEs are deployed and deleted via the [AI service](services/gen-ai.md)
139+
GAEs are deployed and deleted via the [AI service](reference/gen-ai.md)
140140
in the AI Data Platform.
141141

142142
If you use cURL, you need to use the `-k` / `--insecure` option for requests
143143
if the Platform deployment uses a self-signed certificate (default).
144144

145145
#### Start a `graphanalytics` service
146146

147-
`POST <ENGINE_URL>/gen-ai/v1/graphanalytics`
147+
`POST <ENGINE_URL>/ai/v1/graphanalytics`
148148

149149
Start a GAE via the AI service with an empty request body:
150150

151151
```sh
152152
# Example with a JWT session token
153153
ADB_TOKEN=$(curl -sSk -d '{"username":"root", "password": ""}' -X POST https://127.0.0.1:8529/_open/auth | jq -r .jwt)
154154

155-
Service=$(curl -sSk -H "Authorization: bearer $ADB_TOKEN" -X POST https://127.0.0.1:8529/gen-ai/v1/graphanalytics)
155+
Service=$(curl -sSk -H "Authorization: bearer $ADB_TOKEN" -X POST https://127.0.0.1:8529/ai/v1/graphanalytics)
156156
ServiceID=$(echo "$Service" | jq -r ".serviceInfo.serviceId")
157157
if [[ "$ServiceID" == "null" ]]; then
158158
echo "Error starting gral engine"
@@ -164,21 +164,21 @@ echo "$Service" | jq
164164

165165
#### List the services
166166

167-
`POST <ENGINE_URL>/gen-ai/v1/list_services`
167+
`POST <ENGINE_URL>/ai/v1/list_services`
168168

169169
You can list all running services managed by the AI service, including the
170170
`graphanalytics` services:
171171

172172
```sh
173-
curl -sSk -H "Authorization: bearer $ADB_TOKEN" -X POST https://127.0.0.1:8529/gen-ai/v1/list_services | jq
173+
curl -sSk -H "Authorization: bearer $ADB_TOKEN" -X POST https://127.0.0.1:8529/ai/v1/list_services | jq
174174
```
175175

176176
#### Stop a `graphanalytics` service
177177

178178
Delete the desired engine via the AI service using the service ID:
179179

180180
```sh
181-
curl -sSk -H "Authorization: bearer $ADB_TOKEN" -X DELETE https://127.0.0.1:8529/gen-ai/v1/service/$ServiceID | jq
181+
curl -sSk -H "Authorization: bearer $ADB_TOKEN" -X DELETE https://127.0.0.1:8529/ai/v1/service/$ServiceID | jq
182182
```
183183

184184
### Management API

site/content/gen-ai/graph-to-ai.md renamed to site/content/ai-services/graph-to-ai.md

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
title: Generative Artificial Intelligence (GenAI) and Data Science
3-
menuTitle: GenAI & Data Science
2+
title: From Graph to AI
3+
menuTitle: From Graph to AI
44
weight: 25
55
description: >-
66
ArangoDB's set of tools and technologies enables analytics, machine learning,
7-
and GenAI applications powered by graph data
7+
and AI applications powered by graph data
88
aliases:
99
- data-science/overview
1010
---
11-
- [Link to 3.12](../arangodb/3.12/aql/_index.md)
1211

1312
{{< tip >}}
14-
The ArangoDB Platform & GenAI Suite is available as a pre-release. To get
13+
The Arango Data Platform & AI Services are available as a pre-release. To get
1514
exclusive early access, [get in touch](https://arangodb.com/contact/) with
1615
the ArangoDB team.
1716
{{< /tip >}}
@@ -21,7 +20,7 @@ data science applications. The core database system includes multi-model storage
2120
of information with scalable graph and information retrieval capabilities that
2221
you can directly use for your research and product development.
2322

24-
ArangoDB also offers a dedicated GenAI Suite, using the database core
23+
ArangoDB also offers dedicated AI Services, using the database core
2524
as the foundation for higher-level features. Whether you want to turbocharge
2625
generative AI applications with a GraphRAG solution or apply analytics and
2726
machine learning to graph data at scale, ArangoDB covers these needs.
@@ -33,39 +32,6 @@ engineering space can make use of ArangoDB's set of tools and technologies that
3332
enable analytics and machine learning on graph data.
3433
-->
3534

36-
## GenAI Suite
37-
38-
The GenAI Suite is comprised of two major components:
39-
40-
- [**GraphRAG**](#graphrag): A complete solution for extracting entities
41-
from text files to create a knowledge graph that you can then query with a
42-
natural language interface.
43-
- [**GraphML**](#graphml): Apply machine learning to graphs for link prediction,
44-
classification, and similar tasks.
45-
46-
Each component has an intuitive graphical user interface integrated into the
47-
ArangoDB Platform web interface, guiding you through the process.
48-
49-
Alongside these components, you also get the following additional features:
50-
51-
- [**Graph Visualizer**](../data-platform/graph-visualizer.md): A web-based tool for exploring your graph data with an
52-
intuitive interface and sophisticated querying capabilities.
53-
- [**Graph Analytics**](graph-analytics.md): Run graph algorithms such as PageRank
54-
on dedicated compute resources.
55-
- [**Jupyter notebooks**](notebook-servers.md): Run a Jupyter kernel in the platform for hosting
56-
interactive notebooks for experimentation and development of applications
57-
that use ArangoDB as their backend.
58-
- **Public and private LLM support**: Use public LLMs such as OpenAI
59-
or private LLMs with [Triton Inference Server](services/triton-inference-server.md).
60-
- [**MLflow integration**](services/mlflow.md): Use the popular MLflow as a model registry for private LLMs
61-
or to run machine learning experiments as part of the ArangoDB Platform.
62-
- [**Adapters**](../ecosystem/adapters/_index.md): Use ArangoDB together with cuGraph, NetworkX,
63-
and other data science tools.
64-
- **Application Programming Interfaces**: Use the underlying APIs of the
65-
GenAI Suite services and build your own integrations. See the
66-
[API reference](https://arangoml.github.io/platform-dss-api/GenAI-Service/proto/index.html) documentation
67-
for more details.
68-
6935
## From graph to AI
7036

7137
This section classifies the complexity of the queries you can answer with

site/content/gen-ai/graphml/_index.md renamed to site/content/ai-services/graphml/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases:
88
- arangographml
99
---
1010
{{< tip >}}
11-
The ArangoDB Platform & GenAI Suite is available as a pre-release. To get
11+
The Arango Data Platform & AI Services are available as a pre-release. To get
1212
exclusive early access, [get in touch](https://arangodb.com/contact/) with
1313
the ArangoDB team.
1414
{{< /tip >}}

site/content/gen-ai/graphml/notebooks-api.md renamed to site/content/ai-services/graphml/notebooks-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99
- ../arangographml/getting-started
1010
- ../arangographml-getting-started-with-arangographml
1111
---
12-
The ArangoDB Platform provides an easy-to-use & scalable interface to run
12+
The Arango Data Platform provides an easy-to-use & scalable interface to run
1313
Graph Machine Learning on ArangoDB data. Since all the orchestration and Machine Learning logic is
1414
managed by ArangoDB, all that is typically required are JSON specifications outlining
1515
individual processes to solve a Machine Learning task.
@@ -80,7 +80,7 @@ news sources, and locations are interconnected into a large graph.
8080
![Example Event](../../images/ArangoML_open_intelligence_visualization.png)
8181

8282
The [`arango-datasets`](../../arangodb/3.12/components/tools/arango-datasets.md) Python package
83-
allows you to load pre-defined datasets into ArangoDB Platform. It comes pre-installed in the
83+
allows you to load pre-defined datasets into Arango Data Platform. It comes pre-installed in the
8484
GraphML notebook environment.
8585

8686
```py

site/content/gen-ai/graphml/quickstart.md renamed to site/content/ai-services/graphml/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: How to get started with GraphML
33
menuTitle: Quickstart
44
weight: 5
55
description: >-
6-
You can use GraphML straight within the ArangoDB Platform, via the web interface
6+
You can use GraphML straight within the Arango Data Platform, via the web interface
77
or via Notebooks
88
aliases:
99
- ../arangographml/deploy
1010
---
1111
## Web interface versus Jupyter Notebooks
1212

13-
The ArangoDB Platform provides enterprise-ready Graph Machine Learning in two options,
13+
The Arango Data Platform provides enterprise-ready Graph Machine Learning in two options,
1414
tailored to suit diverse requirements and preferences:
1515
- Using the web interface
1616
- In a scriptable manner, using the integrated Jupyter Notebooks and the HTTP API for GraphML
@@ -20,7 +20,7 @@ tailored to suit diverse requirements and preferences:
2020
{{< tabs "graphml-setup" >}}
2121

2222
{{< tab "Web Interface" >}}
23-
The web interface of the ArangoDB Platform allows you to create, configure, and
23+
The web interface of the Arango Data Platform allows you to create, configure, and
2424
run a full machine learning workflow for GraphML. To get started, see the
2525
[Web interface for GraphML](ui.md) page.
2626
{{< /tab >}}

site/content/gen-ai/graphml/ui.md renamed to site/content/ai-services/graphml/ui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to use GraphML in the ArangoDB Platform web interface
2+
title: How to use GraphML in the Arango Data Platform web interface
33
menuTitle: Web Interface
44
weight: 10
55
description: >-
@@ -19,10 +19,10 @@ giving you a clear path from data to prediction:
1919

2020
## Create a GraphML project
2121

22-
To create a new GraphML project using the ArangoDB Platform web interface, follow these steps:
22+
To create a new GraphML project using the Arango Data Platform web interface, follow these steps:
2323

2424
1. From the left-hand sidebar, select the database where you want to create the project.
25-
2. In the left-hand sidebar, click **GenAI Suite** to open the GraphML project management interface, then click **Run GraphML**.
25+
2. In the left-hand sidebar, click **AI Services** to open the GraphML project management interface, then click **Run GraphML**.
2626
![Create GraphML Project](../../images/create-graphml-project-ui.png)
2727
3. In the **GraphML projects** view, click **Add new project**.
2828
4. The **Create ML project** modal opens. Enter a **Name** for your machine learning project.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: GraphRAG
3+
menuTitle: GraphRAG
4+
weight: 5
5+
description: >-
6+
ArangoDB's GraphRAG solution combines graph-based retrieval-augmented generation
7+
with Large Language Models (LLMs) for turbocharged AI solutions
8+
aliases:
9+
llm-knowledge-graphs
10+
---
11+
{{< tip >}}
12+
The Arango Data Platform & AI Services are available as a pre-release. To get
13+
exclusive early access, [get in touch](https://arangodb.com/contact/) with
14+
the ArangoDB team.
15+
{{< /tip >}}
16+
17+
## Transform unstructured documents into intelligent knowledge graphs
18+
19+
ArangoDB's GraphRAG solution enables organizations to extract meaningful insights
20+
from their document collections by creating knowledge graphs that capture not just
21+
individual facts, but the intricate relationships between concepts across documents.
22+
This approach goes beyond traditional RAG systems by understanding document
23+
interconnections and providing both granular detail-level responses and high-level
24+
conceptual understanding.
25+
26+
- **Intelligent document understanding**: Automatically extracts and connects knowledge across multiple document sources
27+
- **Contextual intelligence**: Maintains relationships between concepts, enabling more accurate and comprehensive responses
28+
- **Multi-level insights**: Provides both detailed technical answers and strategic high-level understanding
29+
- **Seamless knowledge access**: Natural language interface for querying complex document relationships
30+
31+
## Key benefits for enterprise applications
32+
33+
- **Cross-document relationship intelligence**:
34+
Unlike traditional RAG systems that treat documents in isolation, ArangoDB's GraphRAG
35+
pipeline detects and leverages references between documents and chunks. This enables
36+
more accurate responses by understanding how concepts relate across your entire knowledge base.
37+
38+
- **Multi-level understanding architecture**:
39+
The system provides both detailed technical responses and high-level strategic insights
40+
from the same knowledge base, adapting response depth based on query complexity and user intent.
41+
42+
- **Reference-aware knowledge graph**:
43+
GraphRAG automatically detects and maps relationships between document chunks while
44+
maintaining context of how information connects across different sources.
45+
46+
- **Dynamic knowledge evolution**:
47+
The system learns and improves understanding as more documents are added, with
48+
relationships and connections becoming more sophisticated over time.
49+
50+
51+
## What's next
52+
53+
- **[GraphRAG Enterprise Use Cases](use-cases.md)**: Understand the business value through real-world scenarios.
54+
- **[GraphRAG Technical Overview](technical-overview.md)**: Dive into the architecture, services, and implementation details.
55+
- **[GraphRAG Web Interface](web-interface.md)**: Try GraphRAG using the interactive web interface.
56+
- **[GraphRAG Tutorial using integrated Notebook servers](tutorial-notebook.md)**: Follow hands-on examples and implementation guidance via Jupyter Notebooks.
57+
58+
For deeper implementation details, explore the individual services:
59+
- **[Importer Service](../reference/importer.md)**: Transform documents into knowledge graphs.
60+
- **[Retriever Service](../reference/retriever.md)**: Query and extract insights from your knowledge graphs.

site/content/gen-ai/graphrag/_index.md renamed to site/content/ai-services/graphrag/technical-overview.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
2-
title: GraphRAG
3-
menuTitle: GraphRAG
4-
weight: 5
2+
title: GraphRAG Technical Overview
3+
menuTitle: Technical Overview
4+
weight: 15
55
description: >-
6-
ArangoDB's GraphRAG solution combines graph-based retrieval-augmented generation
7-
with Large Language Models (LLMs) for turbocharged GenAI solutions
8-
aliases:
9-
llm-knowledge-graphs
6+
Technical overview of ArangoDB's GraphRAG solution, including
7+
architecture, services, and deployment options
108
---
9+
1110
{{< tip >}}
12-
The ArangoDB Platform & GenAI Suite is available as a pre-release. To get
11+
The ArangoDB Platform & AI Services are available as a pre-release. To get
1312
exclusive early access, [get in touch](https://arangodb.com/contact/) with
1413
the ArangoDB team.
1514
{{< /tip >}}
@@ -34,7 +33,7 @@ ArangoDB's unique capabilities and flexible integration of knowledge graphs and
3433
LLMs provide a powerful and efficient solution for anyone seeking to extract
3534
valuable insights from diverse datasets.
3635

37-
The GraphRAG component of the GenAI Suite brings all the capabilities
36+
The GraphRAG component of AI Services brings all the capabilities
3837
together with an easy-to-use interface, so you can make the knowledge accessible
3938
to your organization.
4039

@@ -76,7 +75,7 @@ information in a structured graph format, allowing efficient querying and retrie
7675
3. Store the generated Knowledge Graph in the database for retrieval and reasoning.
7776

7877
For detailed information about the service, see the
79-
[Importer](../services/importer.md) service documentation.
78+
[Importer](../reference/importer.md) service documentation.
8079

8180
### Extract information from the Knowledge Graph
8281

@@ -87,7 +86,7 @@ You can extract information from Knowledge Graphs using two distinct methods:
8786
- Local retrieval
8887

8988
For detailed information about the service, see the
90-
[Retriever](../services/retriever.md) service documentation.
89+
[Retriever](../reference/retriever.md) service documentation.
9190

9291
#### Global retrieval
9392

@@ -134,7 +133,7 @@ collection, and then it expands that subgraph over related entities, relations
134133

135134
If you're working in an air-gapped environment or need to keep your data
136135
private, you can use the private LLM mode with
137-
[Triton Inference Server](../services/triton-inference-server.md).
136+
[Triton Inference Server](../reference/triton-inference-server.md).
138137

139138
This option allows you to run the service completely within your own
140139
infrastructure. The Triton Inference Server is a crucial component when

0 commit comments

Comments
 (0)