You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guides/guardrails-library.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ NeMo Guardrails comes with a library of built-in guardrails that you can easily
19
19
3. Third-Party APIs
20
20
-[ActiveFence Moderation](#activefence)
21
21
-[AutoAlign](#autoalign)
22
+
-[Clavata.ai](#clavata)
22
23
-[Cleanlab Trustworthiness Score](#cleanlab)
23
24
-[GCP Text Moderation](#gcp-text-moderation)
24
25
-[Private AI PII detection](#private-ai-pii-detection)
@@ -721,6 +722,25 @@ rails:
721
722
722
723
For more details, check out the [AutoAlign Integration](./community/auto-align.md) page.
723
724
725
+
### Clavata
726
+
727
+
NeMo Guardrails supports using [Clavata AI](https://www.clavata.ai/blogs/partner-nvidia) as an input and output rail out-of-the-box (you need to have the CLAVATA_API_KEY environment variable set).
For more details, check out the [Clavata Integration](https://docs.nvidia.com/nemo/guardrails/latest/user-guides/community/clavata.html) page.
743
+
724
744
### Cleanlab
725
745
726
746
NeMo Guardrails supports using the [Cleanlab Trustworthiness Score API](https://cleanlab.ai/blog/trustworthy-language-model/) as an output rail (you need to have the `CLEANLAB_API_KEY` environment variable set).
0 commit comments