Skip to content

Commit 61455aa

Browse files
nerpaulaSimran-B
andauthored
DOC-768 | ArangoDB Platform Notebooks (#726)
* initial draft * add quickstart * notebook servers * Remove mention of ArangoGraph, slightly change quickstart * ArangoDB client tools not included in notebook-server image, only on ArangoGraph --------- Co-authored-by: Simran Spiller <[email protected]>
1 parent b847810 commit 61455aa

File tree

2 files changed

+52
-22
lines changed

2 files changed

+52
-22
lines changed

site/content/3.13/data-science/arangograph-notebooks.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Notebook Servers
3+
menuTitle: Notebook Servers
4+
weight: 130
5+
description: >-
6+
Colocated Jupyter Notebooks within the ArangoDB Platform
7+
aliases:
8+
- arangograph-notebooks
9+
---
10+
{{< tag "ArangoDB Platform" >}}
11+
12+
ArangoDB Notebooks provide a Python-based, Jupyter-compatible interface for building
13+
and experimenting with graph-powered data, GenAI, and graph machine learning
14+
workflows directly connected to ArangoDB databases. The notebook servers are
15+
embedded in the ArangoDB Platform ecosystem and offer a
16+
pre-configured environment where everything, including all the necessary services
17+
and configurations, comes preloaded. You don't need to set up or configure the
18+
infrastructure, and can immediately start using the GraphML and GenAI
19+
functionalities.
20+
21+
The notebooks are primarily focused on the following solutions:
22+
- **GraphRAG**: A complete solution for extracting entities
23+
from text files to create a knowledge graph that you can then query with a
24+
natural language interface.
25+
- **GraphML**: Apply machine learning to graphs for link prediction,
26+
classification, and similar tasks.
27+
- **Integrations** : Use ArangoDB together with cuGraph, NetworkX, and other
28+
data science tools.
29+
30+
<!-- TODO: Add links to corresponding pages -->
31+
32+
The ArangoDB Notebooks include the following:
33+
- Automatically connect to ArangoDB databases and GenAI platform services
34+
- [Magic commands](../arangograph/notebooks.md#arangograph-magic-commands)
35+
that simplify database interactions
36+
- Example notebooks for learning
37+
38+
## Quickstart
39+
40+
1. In the ArangoDB Platform web interface, expand **GenAI Tools** in the
41+
main navigation and click **Notebook servers**.
42+
2. The page displays an overview of the notebook services.
43+
Click **New notebook server** to create a new one.
44+
3. After your notebook service has been deployed, you can click the ID to start
45+
interacting with the Jupyter interface.
46+
47+
{{< tip >}}
48+
To get a better understanding of how to interact with ArangoDB using notebooks,
49+
open the `GettingStarted.ipynb` notebook from the file browser to learn the basics.
50+
{{< /tip >}}
51+
52+
<!-- TODO: Add links to interactive tutorials? -->

0 commit comments

Comments
 (0)