This release adds support for three new NVIDIA NemoGuard NIM microservices. These are new safeguard models, developed by NVIDIA, that help AI agents operate at scale while maintaining controlled behavior:
- Content safety NIM microservice that safeguards AI against generating biased or harmful outputs, ensuring responses align with ethical standards.
- Topic control NIM microservice that keeps conversations focused on approved topics, avoiding digression or inappropriate content.
- Jailbreak detection NIM microservice that adds protection against jailbreak attempts, helping maintain AI integrity in adversarial scenarios.
What's Changed
Added
- ContentSafety: Add ContentSafety NIM connector (#930) by @prasoonvarshney
- TopicControl: Add TopicControl NIM connector (#930) by @makeshn
- JailbreakDetect: Add jailbreak detection NIM connector (#930) by @erickgalinkin
Changed
- AutoAlign Integration: Add further enhancements and refactoring to AutoAlign integration (#867) by @KimiJL
Fixed
- PrivateAI Integration: Fix Incomplete URL substring sanitization Error (#883) by @NJ-186
- Content Safety: Fix typo in content safety prompts (#873) by @krishna-sreeraj-tw
Documentation
-
NVIDIA Blueprint: Add Safeguarding AI Virtual Assistant NIM Blueprint NemoGuard NIMs (#932) by @abodhankar
-
ActiveFence Integration: Fix flow definition in community docs (#890) by @noamlevy81
New Contributors
- @krishna-sreeraj-tw made their first contribution in #873
- @KimiJL made their first contribution in #867
- @NJ-186 made their first contribution in #883
- @noamlevy81 made their first contribution in #890
Full Changelog: v0.11.0...v0.11.1