From ec560b26b409661a3d64f9fb546beaf1a03111b4 Mon Sep 17 00:00:00 2001 From: Paula Date: Thu, 6 Nov 2025 14:50:38 +0100 Subject: [PATCH 1/2] add release notes --- site/content/ai-suite/release-notes.md | 69 +++++++++++++++ site/content/data-platform/release-notes.md | 96 ++++++++++++++++----- 2 files changed, 143 insertions(+), 22 deletions(-) create mode 100644 site/content/ai-suite/release-notes.md diff --git a/site/content/ai-suite/release-notes.md b/site/content/ai-suite/release-notes.md new file mode 100644 index 0000000000..1f5f0845fe --- /dev/null +++ b/site/content/ai-suite/release-notes.md @@ -0,0 +1,69 @@ +--- +title: What's new in the AI Suite +menuTitle: Release notes +weight: 100 +description: >- + Features and improvements in the AI Suite of the Arango Data Platform +--- +{{< tip >}} +The AI Suite is available as a pre-release. To get exclusive early access, +[get in touch](https://arango.ai/contact-us/) with the Arango team. +{{< /tip >}} + +## October 2024 (pre-release) + +This release introduces new features and enhancements to the AI Suite components. +See also the [Arango Data Platform Release Notes](../data-platform/release-notes.md). + +### GraphRAG enhancements + +- **Instant and Deep Search**: New [Retriever](reference/retriever.md#search-methods) search methods + optimized for different use cases. Instant Search provides fast responses with + streaming support. Deep Search offers detailed, accurate responses complex queries + requiring high accuracy. Both methods are accessible via the API or the + [GraphRAG web interface](graphrag/web-interface.md#chat-with-your-knowledge-graph). + +- **Update Knowledge Graphs**: [Add additional data sources](graphrag/web-interface.md#update-the-knowledge-graph) + to existing Knowledge Graphs through the web interface. Upload new files to + automatically update the Knowledge Graph and underlying collections with new data. + +- **Unified LLM provider configuration**: Simplified deployment configuration using + OpenAI-compatible APIs. Mix and match providers for chat and embeddings (e.g., + use OpenRouter for chat and OpenAI for embeddings). Support for OpenAI, OpenRouter, + Gemini, Anthropic, and any self-hosted LLM with OpenAI-compatible endpoints. + +### AQLizer + +The [Natural Language to AQL Translation Service](reference/natural-language-to-aql.md) +enables you to query your ArangoDB database using natural language or get LLM-powered answers to general questions. + +You can generate AQL queries from natural language directly in the Query Editor using the +[AQLizer](aqlizer.md) mode. More advanced features are available via the API. + +## July 2024 (pre-release) + +This release marks the initial internal launch of the AI Suite with the following +components. For Data Platform features in this release, see +[Arango Data Platform Release Notes](../data-platform/release-notes.md). + +- **[GraphRAG](graphrag/_index.md)**: Transform unstructured documents into + intelligent knowledge graphs and natural language querying through Importer + and Retriever services. + +- **[GraphML](graphml/_index.md)**: Apply machine learning to graphs with node + classification and embedding generation, built on GraphSAGE framework. + +- **[Graph Analytics](graph-analytics.md)**: Run algorithms like PageRank, + Connected Components, and more. + +- **[Jupyter Notebooks](notebook-servers.md)**: Launch integrated Jupyter + notebook servers with pre-installed ArangoDB drivers and data science libraries + for interactive experimentation. + +- **[MLflow Integration](reference/mlflow.md)**: Use MLflow as a model registry + for private LLMs and machine learning experiment tracking. + +- **[Triton Inference Server](reference/triton-inference-server.md)**: Host + private Large Language Models using NVIDIA Triton Inference Server for secure, + on-premises AI capabilities. + diff --git a/site/content/data-platform/release-notes.md b/site/content/data-platform/release-notes.md index cc3c53b7a2..56710f81b2 100644 --- a/site/content/data-platform/release-notes.md +++ b/site/content/data-platform/release-notes.md @@ -6,34 +6,86 @@ description: >- Features and improvements in the Arango Data Platform --- {{< tip >}} -The Arango Data Platform & AI Suite are available as a pre-release. To get -exclusive early access, [get in touch](https://arango.ai/contact-us/) with -the Arango team. +The Arango Data Platform is available as a pre-release. To get exclusive early access, +[get in touch](https://arango.ai/contact-us/) with the Arango team. {{< /tip >}} -## Arango Data Platform +## October 2024 (pre-release) -Introduced in: v3.12.5 +ArangoDB EE: v3.12.6 -The Arango Data Platform is a scalable architecture that offers you all features -of the core ArangoDB database system along with graph-powered machine learning -and AI capabilities as a single solution with a unified interface. Deploy the -Platform on-premise or in the cloud on top of Kubernetes. +This release includes new features and enhancements for the Data Platform web +interface, running with ArangoDB Enterprise Edition v3.12.6. For AI Suite updates in this release, +see [AI Suite Release Notes](../ai-suite/release-notes.md). -To get started, see [Self-host the Arango Data Platform](./get-started.md#self-host-the-arango-data-platform). +### Query Editor -### AI Suite +A new [Query Editor](query-editor.md) has been integrated into the Arango Data Platform web interface for writing, executing, and managing AQL queries. -The Arango AI Data Platform features dedicated AI and data science services, built upon -the powerful ArangoDB database core. +Key features: +- **Tabbed interface**: Work on multiple queries concurrently with side-by-side + query and results views. +- **Query operations**: Run, explain, and profile queries with dedicated buttons + and result history tracking. +- **Saved queries**: Save and share frequently used queries with all users in the + database, persisted across sessions. +- **Query monitoring**: View running queries and slow query logs, with the ability + to kill long-running operations. +- **Flexible viewport**: Drag and drop tabs to reorganize panels horizontally or + vertically. -The AI Suite consists of the following components, each featuring an intuitive, -user-friendly interface seamlessly integrated into the Arango Data Platform web interface: -- GraphRAG -- GraphML -- Jupyter Notebooks -- MLflow integration -- Graph Visualizer +### Graph Visualizer enhancements -To learn more, see [AI Suite](../ai-suite/_index.md) -documentation. +The [Graph Visualizer](graph-visualizer.md) has been significantly enhanced with new visual customization +capabilities, improved navigation features, and better performance for exploring +large-scale graphs. + +Key improvements: +- **Icon assignment**: Assign pictograms to node collections for quick visual + identification of entity types on the canvas. +- **Theme support**: Create and manage multiple themes to highlight different + aspects of graph data, with default themes that automatically color different + collections on the canvas. +- **Shortest path**: Find and visualize the shortest path between two selected + nodes directly on the canvas. +- **Enhanced tooltips**: Hover over nodes and edges to view document IDs and + customizable additional attributes without opening the full properties dialog. +- **Bulk selection**: Select all nodes or edges of a specific type (collection) + from the Legend panel, showing the count of elements per collection. +- **Edge properties view**: View and edit edge properties through a dedicated + properties dialog with Form and JSON editing modes. +- **Attribute-based styling**: Define conditional styling rules based on document + attributes to dynamically color and style nodes and edges (e.g., apply colors + based on genre or other field values). +- **Performance improvements**: Optimized rendering for large graphs with + millions of nodes and edges. + +## July 2024 (pre-release) + +ArangoDB EE: v3.12.5 + +This release marks the initial internal launch of the Arango Data Platform, running with +ArangoDB Enterprise Edition v3.12.5. For AI Suite features in this release, see +[AI Suite Release Notes](../ai-suite/release-notes.md). + +### Arango Data Platform + +The Arango Data Platform is a Kubernetes-native technical infrastructure that +brings together the entire ArangoDB offering into a unified solution. See [Get Started with the Arango Data Platform](get-started.md). + +What's included: +- **ArangoDB Enterprise Edition**: Multi-model database foundation supporting + graphs, documents, key-value, vector search, and full-text search capabilities. +- **Graph Visualizer**: Sophisticated web-based interface for interactive graph + exploration, visual customization, and direct graph editing. +- **Arango Platform Suite**: Enterprise-grade features including high availability + and monitoring, comprehensive APIs and connectors, and centralized orchestration + and resource management. +- **Kubernetes orchestration**: Powered by the official ArangoDB Kubernetes + Operator for automated deployment, scaling, and management. +- **Unified web interface**: Single interface for accessing all Platform services + and components. + +The Platform can be extended with the [AI Suite](../ai-suite/_index.md) for +advanced capabilities like GraphRAG, GraphML, Graph Analytics, AQLizer, and more +(requires separate license). From 3aa647b892d963d29537c05759616b2cf6ddc4bc Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Thu, 6 Nov 2025 16:19:13 +0100 Subject: [PATCH 2/2] Review --- site/content/ai-suite/release-notes.md | 6 +++--- site/content/data-platform/release-notes.md | 23 +++++++++++++-------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/site/content/ai-suite/release-notes.md b/site/content/ai-suite/release-notes.md index 1f5f0845fe..429b7dc4d3 100644 --- a/site/content/ai-suite/release-notes.md +++ b/site/content/ai-suite/release-notes.md @@ -19,7 +19,7 @@ See also the [Arango Data Platform Release Notes](../data-platform/release-notes - **Instant and Deep Search**: New [Retriever](reference/retriever.md#search-methods) search methods optimized for different use cases. Instant Search provides fast responses with - streaming support. Deep Search offers detailed, accurate responses complex queries + streaming support. Deep Search offers detailed, accurate responses for complex queries requiring high accuracy. Both methods are accessible via the API or the [GraphRAG web interface](graphrag/web-interface.md#chat-with-your-knowledge-graph). @@ -35,7 +35,8 @@ See also the [Arango Data Platform Release Notes](../data-platform/release-notes ### AQLizer The [Natural Language to AQL Translation Service](reference/natural-language-to-aql.md) -enables you to query your ArangoDB database using natural language or get LLM-powered answers to general questions. +enables you to query your ArangoDB database using natural language or get +LLM-powered answers to general questions. You can generate AQL queries from natural language directly in the Query Editor using the [AQLizer](aqlizer.md) mode. More advanced features are available via the API. @@ -66,4 +67,3 @@ components. For Data Platform features in this release, see - **[Triton Inference Server](reference/triton-inference-server.md)**: Host private Large Language Models using NVIDIA Triton Inference Server for secure, on-premises AI capabilities. - diff --git a/site/content/data-platform/release-notes.md b/site/content/data-platform/release-notes.md index 56710f81b2..2dd38f8f65 100644 --- a/site/content/data-platform/release-notes.md +++ b/site/content/data-platform/release-notes.md @@ -12,17 +12,19 @@ The Arango Data Platform is available as a pre-release. To get exclusive early a ## October 2024 (pre-release) -ArangoDB EE: v3.12.6 +ArangoDB Enterprise Edition: v3.12.6 This release includes new features and enhancements for the Data Platform web -interface, running with ArangoDB Enterprise Edition v3.12.6. For AI Suite updates in this release, -see [AI Suite Release Notes](../ai-suite/release-notes.md). +interface, running with ArangoDB Enterprise Edition v3.12.6. For AI Suite updates +in this release, see [AI Suite Release Notes](../ai-suite/release-notes.md). ### Query Editor -A new [Query Editor](query-editor.md) has been integrated into the Arango Data Platform web interface for writing, executing, and managing AQL queries. +A new [Query Editor](query-editor.md) has been integrated into the +Arango Data Platform web interface for writing, executing, and managing AQL queries. Key features: + - **Tabbed interface**: Work on multiple queries concurrently with side-by-side query and results views. - **Query operations**: Run, explain, and profile queries with dedicated buttons @@ -36,11 +38,12 @@ Key features: ### Graph Visualizer enhancements -The [Graph Visualizer](graph-visualizer.md) has been significantly enhanced with new visual customization -capabilities, improved navigation features, and better performance for exploring -large-scale graphs. +The [Graph Visualizer](graph-visualizer.md) has been significantly enhanced with +new visual customization capabilities, improved navigation features, and better +performance for exploring large-scale graphs. Key improvements: + - **Icon assignment**: Assign pictograms to node collections for quick visual identification of entity types on the canvas. - **Theme support**: Create and manage multiple themes to highlight different @@ -62,7 +65,7 @@ Key improvements: ## July 2024 (pre-release) -ArangoDB EE: v3.12.5 +ArangoDB Enterprise Edition: v3.12.5 This release marks the initial internal launch of the Arango Data Platform, running with ArangoDB Enterprise Edition v3.12.5. For AI Suite features in this release, see @@ -71,9 +74,11 @@ ArangoDB Enterprise Edition v3.12.5. For AI Suite features in this release, see ### Arango Data Platform The Arango Data Platform is a Kubernetes-native technical infrastructure that -brings together the entire ArangoDB offering into a unified solution. See [Get Started with the Arango Data Platform](get-started.md). +brings together the entire ArangoDB offering into a unified solution. +See [Get Started with the Arango Data Platform](get-started.md). What's included: + - **ArangoDB Enterprise Edition**: Multi-model database foundation supporting graphs, documents, key-value, vector search, and full-text search capabilities. - **Graph Visualizer**: Sophisticated web-based interface for interactive graph