-
Notifications
You must be signed in to change notification settings - Fork 7
DOC-730 | GenAI Suite #696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
0ad0a03
3ef992f
0f5743a
b862dc2
430efc0
5685e23
f098711
5b12ac5
7077922
7dc6c94
354875f
d11e700
dc90cbb
e82b2f8
66d5571
1cbb171
1fdc37e
4e233f1
e0a2f62
f440210
af94dce
ef4e2f5
dbd2d0d
362acb6
a3fbb95
394b507
835be85
79dabb1
1e6486a
4e4eaea
18ce876
61bcc34
8739293
e8166e9
a9b9238
a4b95db
0bb7c82
c109016
8d7ad8b
53c92c9
0e0b768
e6e5f4b
f101a88
b172447
171fc23
c50eb46
687586c
71cf734
f6a47a6
20b0d03
cd5e569
0cf6c78
ec4cf61
94ea0e8
8fe99ce
42735dc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
title: The ArangoDB Platform | ||
menuTitle: Platform | ||
weight: 169 | ||
description: >- | ||
The ArangoDB Platform brings everything ArangoDB offers together to a single | ||
solution that you can deploy on-prem or use as a managed service | ||
--- | ||
The ArangoDB Platform is a technical infrastructure that acts as the umbrella | ||
for hosting the entire ArangoDB offering of products. The Platform makes it easy | ||
to deploy and operate the core ArangoDB database system along with any additional | ||
ArangoDB products for machine learning, data explorations, and more. You can | ||
run it on-premise or in the cloud yourself on top of Kubernetes, as well as use | ||
ArangoDB's managed service, the [ArangoGraph Insights Platform](../arangograph/_index.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the reference to AG for the time being? Perhaps move the part about running it on top of Kubernetes to another sentence for less ambiguity? AG also uses K8s |
||
to access all of the platform features. | ||
|
||
## Requirements for self-hosting | ||
|
||
- **Kubernetes**: Orchestrates the selected services that comprise the | ||
ArangoDB Platform, running them in containers for safety and scalability. | ||
- **Licenses**: If you want to use any paid features, you need to purchase the | ||
respective packages. | ||
|
||
## Products available in the ArangoDB Platform | ||
|
||
- **Core database system**: The ArangoDB graph database system for storing | ||
interconnected data. You can use the free Community Edition or the commercial | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All EE features are in CE, and as long as you comply with the license terms, I don't see a reason why you couldn't use CE for the platform - unless the K8s operator contains code for EE and this is against the terms of not being allowed to mix CE and EE? |
||
Enterprise Edition. | ||
- **Graph visualizer**: A web-based tool for exploring your graph data with an | ||
Simran-B marked this conversation as resolved.
Show resolved
Hide resolved
|
||
intuitive interface and sophisticated querying capabilities. | ||
- **Data-science suite**: A set of paid machine learning services, APIs, and | ||
user interfaces that are available as a package as well as individual products. | ||
- **Vector embeddings**: You can train machine learning models for later use | ||
in vector search in conjunction with the core database system's `vector` | ||
index type. It allows you to find similar items in your dataset. <!-- TODO: GraphRAG importer/retriever --> | ||
- **GraphRAG solutions**: Leverage ArangoDB's Graph, Document, Key-Value, | ||
Full-Text Search, and Vector Search features to streamline knowledge | ||
extraction and retrieval. | ||
- **Txt2AQL**: Unlock natural language querying with a service that converts | ||
user input into ArangoDB Query Language (AQL), powered by fine-tuned | ||
private or public LLMs. <!-- TODO: GenAI --> | ||
- **GraphRAG Importer**: Extract entities and relationships from large | ||
text-based files, converting unstructured data into a knowledge graph | ||
stored in ArangoDB. <!-- TODO: Change to RagLoader? --> | ||
- **GraphRAG Retriever**: Perform semantic similarity searches or aggregate | ||
insights from graph communities with global and local queries. | ||
- **GraphML**: A turnkey solution for graph machine learning for prediction | ||
use cases such as fraud detection, supply chain, healthcare, retail, and | ||
cyber security. | ||
- **Graph Analytics**: A suite of graph algorithms including PageRank, | ||
community detection, and centrality measures with support for GPU | ||
acceleration thanks to Nvidia cuGraph. | ||
- **Jupyter notebooks**: Run a Jupyter kernel in the platform for hosting | ||
interactive notebooks for experimentation and development of applications | ||
that use ArangoDB as their backend. | ||
|
||
<!-- TODO: Which product requires what license, free trial --> | ||
|
||
## Get started with the ArangoDB Platform | ||
|
||
### Use the ArangoDB Platform as a managed service | ||
|
||
<!-- TODO: Sign up at https://dashboard.arangodb.cloud --> | ||
|
||
### Self-host the ArangoDB Platform | ||
|
||
<!-- TODO: Adam's installer --> | ||
|
||
## Interfaces | ||
|
||
<!-- TODO: UIs, APIs (with links to generated docs) --> |
Uh oh!
There was an error while loading. Please reload this page.