Skip to main content

Adminstrators

Learn how to setup and manage LLM as a Service

📄️ Handling/Redacting PII

Personal Identifiable Information is anything that cand be used to identify an individual. We can intercept this information in a prompt and "tokenize" it. Tokenizing means replacing it with a random tag on the way to the LLM so that never get the true information. We then replace that random token when we get a response back to the original data. It allows responses from LLM with them never getting the personal information. If the original meaning of that data was necessary for the response from the LLM via context, the responses will suffer.