Replies: 1 comment
-
Hi @whalygood, there's indeed a bug here. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Microsoft Presidio Team,
I am part of the Microsoft Startup Hub program and working with members of the Azure Advisory Team to integrate the Azure AI Language service for PII sanitization using the Microsoft Presidio containers. The Azure team suggested that I reach out to you.
I have an AI application and middleware proxy which makes a call to the Presidio Analyzer and Anonymizer containers with the users' prompt, and expects to receive a callback with the PII (e.g. names replaced by ) deleted.
The default SpaCY NLP model misses some less common names, so I want to integrate the commercial AAI service as described here. In my Docker deploy-compose.override.yml file I have the following services defined:
I am attempting to use the predefined recognizer at https://github.com/microsoft/presidio/blob/main/presidio-analyzer/presidio_analyzer/predefined_recognizers/azure_ai_language.py by adding the following lines to the default_recognizers.yaml file which I am bind mounting into the Analyzer container with the following lines added:
Unfortunately when I attempt to start up the Analyzer container, it crash loops with this error in the container logs:
Would you be able to provide any guidance what I can do in order to get the integration working? It's not totally clear to me from the documentation how to add the AAI service to the Recognizer Registry – what additionally I need to do.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions