Docs: rename and redirect system assist component to g-assist component (#8317)

* add-redirect

* sidebars-and-filename

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
This commit is contained in:
Mendon Kissling 2025-06-05 13:23:44 -04:00 committed by GitHub
commit a161753a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 61 additions and 41 deletions

View file

@ -0,0 +1,37 @@
---
title: Integrate NVIDIA G-Assist with Langflow
slug: /integrations-nvidia-g-assist
---
:::important
This component is available only for Langflow users with NVIDIA GPUs on Windows systems.
:::
The **NVIDIA G-Assist** component enables interaction with NVIDIA GPU drivers through natural language prompts.
For example, prompt G-Assist with `"What is my current GPU temperature?"` or `"Show me the available GPU memory"` to get information, and then tell G-Assist to modify your GPU settings.
For more information, see the [NVIDIA G-assist project repository](https://github.com/NVIDIA/g-assist).
## Prerequisites
* Windows operating system
* NVIDIA GPU
* `gassist.rise` package installed. This package is already installed with Langflow.
## Use the G-Assist component in a flow
1. Create a flow with a **Chat input** component, a **G-Assist** component, and a **Chat output** component.
2. Connect the **Chat input** component to the **G-Assist** component's **Prompt** input, and then connect the **G-Assist** component's output to the **Chat output** component.
3. Open the **Playground**, and then ask a question about your GPU. For example, "What is my current GPU temperature?".
The **G-Assist** component queries your GPU, and the response appears in the **Playground**.
### Inputs
The **NVIDIA G-Assist** component accepts a single input:
- `prompt`: A human-readable prompt processed by NVIDIA G-Assist.
### Outputs
The **NVIDIA G-Assist** component outputs a [Message](/concepts-objects#message-object) object that contains:
- `text`: The response from NVIDIA G-Assist containing the completed operation result.
- The NVIDIA G-Assist message response is wrapped in a Langflow [Message](/concepts-objects#message-object) object.

View file

@ -1,37 +0,0 @@
---
title: Integrate NVIDIA System-Assist with Langflow
slug: /integrations-nvidia-system-assist
---
:::important
This component is only available for Langflow users with NVIDIA GPUs on Windows systems.
:::
The **NVIDIA System-Assist** component enables interaction with NVIDIA GPU drivers through natural language prompts.
For example, prompt System-Assist with `"What is my current GPU temperature?"` or `"Show me the available GPU memory"` to get information, and then tell System-Assist to modify your GPU settings.
For more information, see the [NVIDIA G-assist project repository](https://github.com/NVIDIA/g-assist).
## Prerequisites
* Windows operating system
* NVIDIA GPU
* `gassist.rise` package installed. This package is already installed with Langflow.
## Use the System-Assist component in a flow
1. Create a flow with a **Chat input** component, a **System-Assist** component, and a **Chat output** component.
2. Connect the **Chat input** component to the **System-Assist** component's **Prompt** input, and then connect the **System-Assist** component's output to the **Chat output** component.
3. Open the **Playground**, and then ask "What is my current GPU temperature?".
The **System-Assist** component queries your GPU, and the response appears in the **Playground**.
### Inputs
The **NVIDIA System-Assist** component accepts a single input:
- `prompt`: A human-readable prompt processed by NVIDIA System-Assist.
### Outputs
The **NVIDIA System-Assist** component outputs a [Message](/concepts-objects#message-object) object that contains:
- `text`: The response from NVIDIA System-Assist containing the completed operation result.
- The NVIDIA System-Assist message response is wrapped in a Langflow [Message](/concepts-objects#message-object) object.

View file

@ -258,6 +258,10 @@ const config = {
to: "/mcp-server",
from: "/integrations-mcp",
},
{
to: "/integrations-nvidia-g-assist",
from: "/integrations-nvidia-system-assist",
},
{
to: "/deployment-kubernetes-dev",
from: [

View file

@ -226,12 +226,16 @@ module.exports = {
id: "Integrations/Arize/integrations-arize",
label: "Arize",
},
{
type: "doc",
id: "Integrations/integrations-assemblyai",
label: "AssemblyAI",
},
{
type: "doc",
id: "Integrations/mcp-component-astra",
label: "Astra DB MCP server",
},
"Integrations/integrations-assemblyai",
{
type: "doc",
id: "Integrations/Composio/integrations-composio",
@ -268,9 +272,21 @@ module.exports = {
type: "category",
label: "NVIDIA",
items: [
"Integrations/Nvidia/integrations-nvidia-ingest",
"Integrations/Nvidia/integrations-nvidia-nim-wsl2",
"Integrations/Nvidia/integrations-nvidia-system-assist",
{
type: "doc",
id: "Integrations/Nvidia/integrations-nvidia-ingest",
label: "NVIDIA Ingest"
},
{
type: "doc",
id: "Integrations/Nvidia/integrations-nvidia-nim-wsl2",
label: "NVIDIA NIM on WSL2"
},
{
type: "doc",
id: "Integrations/Nvidia/integrations-nvidia-g-assist",
label: "NVIDIA G-Assist"
},
],
},
],