generic opt in copy (#38117)

* generic opt in copy

* privacy

* revert privacy

* remove foundation

* update opt in copy

* refine copy
This commit is contained in:
Saxon Fletcher
2025-09-09 17:00:59 +10:00
committed by GitHub
parent 2e7a98f998
commit ce3f7c8e81
2 changed files with 21 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ export const AIOptInLevelSelector = ({
value: 'disabled',
title: 'Disabled',
description:
'You do not consent to sharing any database information with Amazon Bedrock and understand that responses will be generic and not tailored to your database',
'You do not consent to sharing any database information with third-party AI providers and understand that responses will be generic and not tailored to your database',
},
]
: []),
@@ -49,7 +49,7 @@ export const AIOptInLevelSelector = ({
value: 'schema',
title: 'Schema Only',
description:
'You consent to sharing your databases schema metadata (such as table and column names, data types, and relationships—but not actual database data) with Amazon Bedrock',
'You consent to sharing your databases schema metadata (such as table and column names, data types, and relationships—but not actual database data) with third-party AI providers',
},
]
: []),
@@ -59,7 +59,7 @@ export const AIOptInLevelSelector = ({
value: 'schema_and_log',
title: 'Schema & Logs',
description:
'You consent to sharing your schema and logs (which may contain PII/database data) with Amazon Bedrock for better results',
'You consent to sharing your schema and logs (which may contain PII/database data) with third-party AI providers for better results',
},
]
: []),
@@ -69,7 +69,7 @@ export const AIOptInLevelSelector = ({
value: 'schema_and_log_and_data',
title: 'Schema, Logs & Database Data',
description:
'You consent to give Amazon Bedrock full access to run database read only queries and analyze results for optimal results',
'You consent to give third-party AI providers full access to run database read-only queries and analyze results for optimal results',
},
]
: []),
@@ -83,10 +83,13 @@ export const AIOptInLevelSelector = ({
<div className="flex flex-col gap-y-4 my-4 max-w-xl">
<p>
Supabase AI can provide more relevant answers if you choose to share different levels of
data. This feature is powered by Amazon Bedrock which does not store or log your prompts
and completions, nor does it use them to train AWS models or distribute them to third
parties. This is an organization-wide setting, so please select the level of data you
are comfortable sharing.
data. This feature is powered by third-party AI providers. This is an organization-wide
setting, so please select the level of data you are comfortable sharing.
</p>
<p>
For organizations with HIPAA compliance enabled in their Supabase configuration, any
consented information will only be shared with third-party AI providers with whom
Supabase has established a Business Associate Agreement (BAA).
</p>
<OptInToOpenAIToggle />
</div>

View File

@@ -27,28 +27,22 @@ export const OptInToOpenAIToggle = () => {
className="flex flex-col gap-y-4 text-sm text-foreground-light"
>
<p>
Supabase AI utilizes Amazon Bedrock ("Bedrock"), a service designed with a strong focus
on data privacy and security.
Supabase AI utilizes third-party AI providers designed with a strong focus on data
privacy and security.
</p>
<p>
Amazon Bedrock does not store or log your prompts and completions. This data is not used
to train any AWS models and is not distributed to third parties or model providers.
Model providers do not have access to Amazon Bedrock logs or customer prompts and
completions.
By default, only schema data is shared with third-party AI providers. This is not
retained by them nor used as training data. With your permission, Supabase may also
share customer-generated prompts, database data, and project logs with these providers.
This information is used solely to generate responses to your queries and is not
retained by the providers or used to train their models.
</p>
<p>
By default, no information is shared with Bedrock unless you explicitly provide consent.
With your permission, Supabase may share customer-generated prompts, database schema,
database data, and project logs with Bedrock. This information is used solely to
generate responses to your queries and is not retained by Bedrock or used to train their
foundation models.
</p>
<p>
If you are a HIPAA Covered Entity, please note that Bedrock is HIPAA eligible, and
Supabase has a Business Associate Agreement in place covering this use.
For organizations with HIPAA compliance enabled in their Supabase configuration, any
consented information will only be shared with third-party AI providers with whom
Supabase has established a Business Associate Agreement (BAA).
</p>
<p>