Skip to content

Commit 8be2141

Browse files
authored
Merge pull request #326 from abodhankar/dev/safer-gen-ai
Add NeMo Auditor and NeMo Guardrails notebooks for Safer Gen AI
2 parents 265e9d7 + 11655af commit 8be2141

File tree

5 files changed

+2213
-0
lines changed

5 files changed

+2213
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This repository is a starting point for developers looking to integrate with the
1414

1515
* [What's New?](#whats-new)
1616
* [Data Flywheel](#data-flywheel)
17+
* [Safer Agentic AI](#safer-agentic-ai)
1718
* [Knowledge Graph RAG](#knowledge-graph-rag)
1819
* [Agentic Workflows with Llama 3.1](#agentic-workflows-with-llama-31)
1920
* [RAG with Local NIM Deployment and LangChain](#rag-with-local-nim-deployment-and-langchain)
@@ -42,6 +43,13 @@ This tutorial demonstrates an end-to-end Data Flywheel implementation that uses
4243

4344
- [Tool Calling Fine-tuning, Inference, and Evaluation with NVIDIA NeMo Microservices and NIMs](./nemo/data-flywheel/tool-calling)
4445

46+
### Safer Agentic AI
47+
48+
The following tutorials illustrate how to audit your large language models with NeMo Auditor to identify vulnerabilities to unsafe prompts, and how to run inference with multiple rails in parallel to reduce latency and improve throughput.
49+
50+
- [Audit your LLMs](./nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb)
51+
- [Inference with Parallel Rails](./nemo/NeMo-Guardrails/Parallel_Rails_Tutorial.ipynb)
52+
4553
### Knowledge Graph RAG
4654

4755
This example implements a GPU-accelerated pipeline for creating and querying knowledge graphs using RAG by leveraging NIM microservices and the RAPIDS ecosystem to process large-scale datasets efficiently.

0 commit comments

Comments
 (0)