Skip to content

Commit 2b81842

Browse files
authored
Restructuring and version for Data Platform (#823)
* Data Platform is version 3 * Rename AQL > Graphs to AQL > Graph queries * Change Data Platform version to "v3.0" * Rename index-and-search -> indexes-and-search * Move arango-datasets to Ecosystem * Different admonitions for Data Platform and AI Suite * Rename 3.13 to 4.0
1 parent 97d035c commit 2b81842

File tree

676 files changed

+877
-987
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

676 files changed

+877
-987
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ parameters:
4343
type: string
4444
default: "undefined"
4545

46-
arangodb-3_13:
46+
arangodb-4_0:
4747
type: string
4848
default: "undefined"
4949

@@ -116,7 +116,7 @@ jobs:
116116
117117
python3 generate_config.py \
118118
--workflow << pipeline.parameters.workflow >> \
119-
--arangodb-branches << pipeline.parameters.arangodb-3_10 >> << pipeline.parameters.arangodb-3_11 >> << pipeline.parameters.arangodb-3_12 >> << pipeline.parameters.arangodb-3_13 >> \
119+
--arangodb-branches << pipeline.parameters.arangodb-3_10 >> << pipeline.parameters.arangodb-3_11 >> << pipeline.parameters.arangodb-3_12 >> << pipeline.parameters.arangodb-4_0 >> \
120120
--arangodb-branch << pipeline.parameters.arangodb-branch >> \
121121
--release-type << pipeline.parameters.release-type >> \
122122
--docs-version << pipeline.parameters.docs-version >> \

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
- 3.10:
1010
- 3.11:
1111
- 3.12:
12-
- 3.13:
12+
- 4.0:

site/config/_default/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ module:
2626
excludeFiles:
2727
# - arangodb/3.10/*
2828
# - arangodb/3.11/*
29-
# - arangodb/3.13/*
29+
# - arangodb/4.0/*
3030

3131
- source: content/arangodb/3.12
3232
target: content/arangodb/stable
3333

34-
- source: content/arangodb/3.13
34+
- source: content/arangodb/4.0
3535
target: content/arangodb/devel
3636

3737
markup:

site/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ data management, monitoring, and automation.
6262

6363
### Graph Queries
6464

65-
Utilizing connected data starts with running simple [graph queries](arangodb/3.12/aql/graphs/_index.md).
65+
Utilizing connected data starts with running simple [graph queries](arangodb/3.12/aql/graph-queries/_index.md).
6666
Using ArangoDB and its query language, you can determine the shortest paths between nodes as well as execute graph traversals. A traversal starts at a
6767
given node of a graph and follows the directly connected edges. The edges indicate
6868
what the next connected nodes are, and this discovery of neighbors can repeat.

site/content/ai-suite/_index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: The AI Suite of the Arango AI Data Platform
2+
title: The AI Suite of the Arango AI Data Platform (v3.0)
33
menuTitle: AI Suite
44
weight: 2
55
description: >-
@@ -9,6 +9,12 @@ description: >-
99
natural language querying, and AI-powered insights, all through an intuitive
1010
web interface
1111
---
12+
{{< tip >}}
13+
The Arango AI Data Platform is available as a pre-release. To get
14+
exclusive early access, [get in touch](https://arango.ai/contact-us/) with
15+
the Arango team.
16+
{{< /tip >}}
17+
1218
## What's included
1319

1420
The AI Suite is composed of three major components:
@@ -43,5 +49,5 @@ Alongside these components, you also get the following additional features:
4349
## Sample datasets
4450

4551
If you want to try out ArangoDB's data science features, you may use the
46-
[`arango-datasets` Python package](../arangodb/3.12/components/tools/arango-datasets.md)
52+
[`arango-datasets` Python package](../ecosystem/arango-datasets.md)
4753
to load sample datasets into a deployment.

site/content/ai-suite/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 Arango Data Platform & AI Suite are available as a pre-release. To get
11+
The Arango AI Data Platform is available as a pre-release. To get
1212
exclusive early access, [get in touch](https://arango.ai/contact-us/) with
1313
the Arango team.
1414
{{< /tip >}}

site/content/ai-suite/graphml/notebooks-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ news sources, and locations are interconnected into a large graph.
7979

8080
![Example Event](../../images/ArangoML_open_intelligence_visualization.png)
8181

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

site/content/ai-suite/graphrag/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99
llm-knowledge-graphs
1010
---
1111
{{< tip >}}
12-
The Arango Data Platform & AI Suite are available as a pre-release. To get
12+
The Arango AI Data Platform is available as a pre-release. To get
1313
exclusive early access, [get in touch](https://arango.ai/contact-us/) with
1414
the Arango team.
1515
{{< /tip >}}

site/content/ai-suite/graphrag/technical-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ description: >-
66
Technical overview of ArangoDB's GraphRAG solution, including
77
architecture, services, and deployment options
88
---
9-
109
{{< tip >}}
11-
The Arango Data Platform & AI Suite are available as a pre-release. To get
10+
The Arango AI Data Platform is available as a pre-release. To get
1211
exclusive early access, [get in touch](https://arango.ai/contact-us/) with
1312
the Arango team.
1413
{{< /tip >}}

site/content/ai-suite/graphrag/tutorial-notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
weight: 25
77
---
88
{{< tip >}}
9-
The Arango Data Platform & AI Suite are available as a pre-release. To get
9+
The Arango AI Data Platform is available as a pre-release. To get
1010
exclusive early access, [get in touch](https://arango.ai/contact-us/) with
1111
the Arango team.
1212
{{< /tip >}}

0 commit comments

Comments
 (0)