Context.ai
  • What is Context.ai?
  • List of Trackable Metrics
  • Product Analytics
    • Overview
    • Topic Categorisation
      • LLM Topics
    • User Engagement Tracking
    • Foreign Language Support
    • PII Filtering
    • Custom Metadata Filtering
    • Backfill Analytics Data
    • Custom Events
    • API Ingestion Methods
      • Log Conversation
      • [deprecated] Upsert Conversation
      • Thread Conversation
      • Patch Thread Message
      • API Resources
        • Chat Message
        • [deprecated] Tool Message
        • Custom Event
        • Metadata
        • Conversation
        • Thread
    • Embedded API
      • Multi-Tenancy
      • Conversations
        • Series Data
  • Integrations
    • Getting Started
    • Python SDK
    • Javascript SDK
    • LangChain Plugin
    • Haystack Plugin
    • Authorization
Powered by GitBook
On this page
  • Overview
  • Enabling PII Filtering
  • Reference
  • Caveats

Was this helpful?

  1. Product Analytics

PII Filtering

PreviousForeign Language SupportNextCustom Metadata Filtering

Last updated 1 year ago

Was this helpful?

Overview

Context.ai can detect and automatically replace sensitive Personal Identifying Information from your ingested transcripts.

We currently support a limited set of PII types, with more to be added in the future.

Enabling PII Filtering

PII filtering is enabled by default. To disable the filtering, you can do so within .

Reference

For each PII type, Context.ai will replace detected values with a dummy replacement string.

PII
Example
Replacement

Email

alex@context.ai

email@example.com

National Insurance Numbers

AB123456C Ab 12 34 56 c

QQ 12 34 56 C

Credit Card Numbers

4111 1111 1111 1111 4111-1111-1111-1111 4111111111111111

1111 1111 1111 1111

Social Security Numbers

123-45-6789

000-00-0000

Caveats

Our current filters are best-effort and are not guaranteed to remove all PII. We strongly recommend applying a preprocessor to remove potential PII before ingesting your transcripts to Context.ai.

settings