-
Guardrails have built-in library that uses Presidio for detecting and masking sensitive data. How can I use a 3rd party alternative to Presidio for sensitive data protection with Guardrails? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes. You can connect any 3rd party. If you follow the implementation pattern for Presidio, you can do anything you want in the And another good example, which actually uses a 3rd party API is this: https://github.com/NVIDIA/NeMo-Guardrails/tree/develop/nemoguardrails/library/activefence. |
Beta Was this translation helpful? Give feedback.
Yes. You can connect any 3rd party. If you follow the implementation pattern for Presidio, you can do anything you want in the
actions.py
file:https://github.com/NVIDIA/NeMo-Guardrails/tree/develop/nemoguardrails/library/sensitive_data_detection
And another good example, which actually uses a 3rd party API is this: https://github.com/NVIDIA/NeMo-Guardrails/tree/develop/nemoguardrails/library/activefence.