From a161753a577d56e7698affcf319611ff43a06cb0 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:23:44 -0400 Subject: [PATCH] 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> --- .../Nvidia/integrations-nvidia-g-assist.md | 37 +++++++++++++++++++ .../integrations-nvidia-system-assist.md | 37 ------------------- docs/docusaurus.config.js | 4 ++ docs/sidebars.js | 24 ++++++++++-- 4 files changed, 61 insertions(+), 41 deletions(-) create mode 100644 docs/docs/Integrations/Nvidia/integrations-nvidia-g-assist.md delete mode 100644 docs/docs/Integrations/Nvidia/integrations-nvidia-system-assist.md diff --git a/docs/docs/Integrations/Nvidia/integrations-nvidia-g-assist.md b/docs/docs/Integrations/Nvidia/integrations-nvidia-g-assist.md new file mode 100644 index 000000000..822150dd5 --- /dev/null +++ b/docs/docs/Integrations/Nvidia/integrations-nvidia-g-assist.md @@ -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. \ No newline at end of file diff --git a/docs/docs/Integrations/Nvidia/integrations-nvidia-system-assist.md b/docs/docs/Integrations/Nvidia/integrations-nvidia-system-assist.md deleted file mode 100644 index df9d619e5..000000000 --- a/docs/docs/Integrations/Nvidia/integrations-nvidia-system-assist.md +++ /dev/null @@ -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. \ No newline at end of file diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 80d966f19..654a7416c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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: [ diff --git a/docs/sidebars.js b/docs/sidebars.js index 6268e277b..c60ea822d 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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" + }, ], }, ],