Skip to content

Commit 0d6fa42

Browse files
authored
docs: update guardrails-library.md to include Clavata as a third party API (#1294)
Signed-off-by: Ash Bhardwaj <ash@clavata.ai>
1 parent 8575b88 commit 0d6fa42

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/user-guides/guardrails-library.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ NeMo Guardrails comes with a library of built-in guardrails that you can easily
1919
3. Third-Party APIs
2020
- [ActiveFence Moderation](#activefence)
2121
- [AutoAlign](#autoalign)
22+
- [Clavata.ai](#clavata)
2223
- [Cleanlab Trustworthiness Score](#cleanlab)
2324
- [GCP Text Moderation](#gcp-text-moderation)
2425
- [Private AI PII detection](#private-ai-pii-detection)
@@ -721,6 +722,25 @@ rails:
721722

722723
For more details, check out the [AutoAlign Integration](./community/auto-align.md) page.
723724

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).
728+
729+
#### Example usage
730+
731+
```yaml
732+
rails:
733+
config:
734+
clavata:
735+
policies:
736+
Fraud: 00000000-0000-0000-0000-000000000000
737+
Bot_Behavior: 00000000-0000-0000-0000-000000000000
738+
label_match_logic: ANY
739+
740+
```
741+
742+
For more details, check out the [Clavata Integration](https://docs.nvidia.com/nemo/guardrails/latest/user-guides/community/clavata.html) page.
743+
724744
### Cleanlab
725745

726746
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

Comments
 (0)