Skip to content

Commit 5db879e

Browse files
committed
fix(docs): fix abdomination format and shorten title
1 parent 5e0c89b commit 5db879e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/user_guides/advanced/safeguarding-ai-virtual-assistant-blueprint.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
# Safeguarding AI Virtual Assistant NIM Blueprint with NVIDIA NeMo Guardrails and NemoGuard NIMs
1+
# Blueprint with NemoGuard NIMs
22

3-
**NOTE: this documentation is intended for developers that want to integrate NeMo Guardrails into [NVIDIA Blueprints](https://build.nvidia.com/blueprints)**
3+
```{note}
4+
This documentation is intended for developers that want to integrate NeMo Guardrails into [NVIDIA Blueprints](https://build.nvidia.com/blueprints)**
5+
```
46

57
NVIDIA Blueprints are comprehensive reference workflows that accelerate AI application development and deployment. They make it easy to start building and setting up virtual assistants, offering ready-made workflows and tools. Whether you need a simple AI-powered chatbot or a fully animated digital human interface, NVIDIA provides resources to help you create an AI assistant that’s scalable and aligned with your brand. For example, developers can use the **[NVIDIA AI Blueprint for AI virtual assistants](https://build.nvidia.com/nvidia/ai-virtual-assistant-for-customer-service)** to build an AI assistant for customer service for delivering a responsive, efficient customer support experience.
68

7-
89
## Prerequisites and Setup
910

1011
### NVIDIA Blueprint
1112

1213
The NVIDIA Blueprint for AI virtual assistants can be deployed either with the NVIDIA-hosted endpoints or with locally hosted NIM microservices. To get started with the deployment:
14+
1315
- **[Using the NVIDIA-hosted endpoint](https://build.nvidia.com/nvidia/ai-virtual-assistant-for-customer-service)**: The launchable opens to a jupyter notebook - `ai-virtual-assitant-notebook.ipynb`. Make sure that the [compute requirements](https://github.com/NVIDIA-AI-Blueprints/ai-virtual-assistant?tab=readme-ov-file#hardware-requirements) are satisfied
1416

1517
### Integrating NemoGuard
1618

1719
First create a `nemoguardrails.yaml` file at `ai-virtual-assistant/deploy/compose` directory to download and initialize NeMo Guardrails toolkit. Make sure it has the following content in it. You can change the port as per your requirement.
1820

19-
```
21+
```yaml
2022
services:
2123
nemoguardrails:
2224
build:
@@ -49,4 +51,5 @@ services:
4951
Follow the notebook from - `nemoguardrails/examples/notebooks/safeguard_ai_virtual_assistant_notebook.ipynb` to deploy the NemoGuard NIM using downloadable containers and learn to step by step integrate it into the NIM blueprint
5052

5153
### NIM Blueprint API Usage
54+
5255
Use the `ai-virtual-assistant/notebooks/api_usage.ipynb` to run the blueprint api to see the agent response

0 commit comments

Comments
 (0)