-
**Is your feature request related to a problem? Please describe.**
LLMs usually do well in PII detection and de-identification. Using LLMs to identify PII in text could allow users to easily expand P…
-
### Bug Description
Example (Ubuntu Core 18): http://10.102.156.15:8080/job/cert-presidio-interactive-strength-fs0001-kernel-beta/72/console (also see [submission in C3](https://certification.canon…
pieqq updated
1 month ago
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
I'm new to Presidio (started working with the code yesterday), but I can't figure out why I'm getting the results I am. Code is below. It doesn't seem to be recognizing "cents" in the context. However…
-
Hi,
I was comparing the performance of using Presidio directly vs using the Detect PII validator via Guardrails. In most cases, I found that there is difference of 1/10th of a second with using Pre…
-
Amazing project, thank you so much for `presidio` and all of the work here.
I am noticing with a few different Hugging Face transformer models, that some of the listed entities associated with the …
-
Is there any way to preprocess input, before sending it to an LLM?
For langchain I found an example how to use presidio to anonymize data before passing it to an LLM.
https://python.langchain.com/…
-
**Describe the bug**
Presidio is failing to build/install against Python 3.11 (officially supported per docs) and 3.12 on x86_64 Linux
Having tried both spaCy and Stanza as per https://microsoft.g…
-
I'm encountering an issue with custom entity detection in Presidio Version 2. Despite defining custom entity rules for medical numbers, including Aadhar and Health Insurance Claim Numbers (HICNs), Pre…
-
In the current code, as per my understanding - the default Spacy model (en_core_web_lg) is utilised when the AnalyzerEngine() is instantiated.
It would be helpful if we could pass in parameters whi…