Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhutchins authored Aug 5, 2024
1 parent f6622c7 commit 59784db
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ This repository provides examples of using Firewall for AI APIs to sanitize GenA

Implementing robust content filtering is crucial for data protection and regulatory compliance.

### Real-world Scenarios
### Real-world Scenario
Each of the following cases, users tend to overshare and this information must be removed to prevent sensitive data disclosure.

**Support Chatbots:**
Users may overshare sensitive information like credit card numbers with LLM chatbots. Filtering this content before it reaches the LLM prevents potential data breaches.
**Chatbots:**
Users may overshare sensitive information like credit card numbers, bank account numbers, healthcare information with LLM chatbots.

**RAG Datasets:**
Resolved support tickets used to create RAG datasets may contain sensitive information like images of driver's licenses, passports, and credit cards.

**Healthcare Applications:**
Health provider applications using LLMs to automate workflows will often include sensitive health information.

## Examples

Expand Down

0 comments on commit 59784db

Please sign in to comment.