Skip to content

Commit 59fac17

Browse files
authored
Update README.md
1 parent 4df9d9f commit 59fac17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-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 A](#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)