Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
nx1-deployer image
v1.13.0New features
New features recently added to the NexusOne platform.AutoML
AutoML is a new NexusOne feature that makes building machine learning models much simpler for you. You can now train and deploy three types of ML models directly from NexusOne: Each model also comes with built-in SHapley Additive exPlanations, support, so you can always see a clear explanation of why the model made a particular decision. AutoML comes with several new sub-features with their individual API endpoints.AutoML feature engineering
You can now clean and shape your data for training using AutoML feature engineering. It prepares your data into a form the model can learn from. These endpoints let you create, approve, track, and retry that preparation before training starts.AutoML training
You can now submit and manage machine learning model training jobs using AutoML training. These endpoints let you list supported algorithms, submit, retrieve, or delete jobs, and manually trigger runs.Deployments
You can now deploy a trained machine learning model to production as a batch job or an online endpoint. Batch jobs score data on a schedule. Online endpoints respond to requests in real time. These endpoints let you create, list, promote, stop, and delete deployments.Catalog
You can now search across all DataHub entity types from a single endpoint. Entity types are the categories of assets that DataHub tracks, such as datasets, charts, and dashboards.DataHub proxy
You can now send requests directly to the DataHub General Metadata Service (GMS). GMS is the core backend that stores and manages all your metadata. These endpoints let you read, write, and manage any DataHub entity by forwarding requests directly to GMS.Documents
You can now store, search, and enrich documents in NexusOne. Documents are files or records indexed and queryable across your NexusOne environment. CrewAI can enrich the documents with metadata and push suggestions to DataHub. Server-Sent Events (SSE) streaming then lets you track that progress in real time. These endpoints let you upload, retrieve, search, delete, and stream enrichment progress.JupyterHub
JupyterHub now has two new environment variables, these include:DATAHUB_API_URL: The the internal cluster address of the DataHub Generalized Metadata Service (GMS) backend. The JupyterHub DataHub panel extension uses it to query and write metadata programmatically.DATAHUB_FRONTEND_URL: The public URL of the DataHub UI. When you click a link in the JupyterHub panel extension, it opens the corresponding dataset in the DataHub UI.
MCP servers
You can now manage MCP server instances through the API. Model Context Protocol (MCP) is an open standard for connecting AI assistants to external tools and data sources. These endpoints let you create, read, update, and delete MCP server instances.MLflow
MLflow gives you read-only access to the MLflow Model Registry, either through the UI or via API.API
You can now browse and inspect registered machine learning models and their versions directly from the portal or via API endpoints. These endpoints let you list all registered models, fetch a specific model, and retrieve its full version history.Single Sign-On
The MLflow UI now uses the same Single Sign-On (SSO) login as the rest of the NexusOne platform. When you visit your MLflow URL, NexusOne redirects you to the Keycloak login page instead of a separate MLflow login screen. That means, if you are already logged in to NexusOne, you are automatically logged in to MLflow without having to enter your credentials again.Enhancements
Enhancements to existing app features on the NexusOne platform.App manager
The App manager feature now has three new endpoints. Two let you attach and retrieve a JupyterHub notebook in an app pipeline. One retrieves a specific secret’s value for an app.Upgrades
Version upgrades to existing apps on the NexusOne platform.Superset v6.1.0 upgrade
Superset now runs v6.1.0, upgraded from v4.1.2. This version includes new UI features, performance enhancements,
and bug fixes for dashboards and data exploration.