Adding Non-English PII Detection to Kong AI Sanitizer
kong ai-gateway ai-sanitizer pii presidio spacy eu-ai-act security
Kong's AI Sanitizer plugin detects and redacts PII before it reaches your LLM. It ships with pre-built container images for 9 languag
deepinkong.hashnode.dev10 min read
how does replacing the original values that were sanitized from PII plugin work?
From what I know, presidio only replaces original value back if we tell it what all places it needs to do the replacement. do you have a wrapper to get response from LLM and put the original values back, by keeping a map of values that were sanitized. Also, the custom pattern match has fields: Name, Regex, Score but does not have context field.. without context, the score is irrelevant as regex matches are binary. and for the check box fields of Built-in categories do we have a score defined as some default values ? do these filters have some threshold score..?