Skip to content

Commit cc634ba

Browse files
authored
Merge pull request #10733 from mendix/yl-maia-documentation
Add Maia data usage note and Start with Maia third-party service
2 parents bb405a2 + d02981e commit cc634ba

File tree

1 file changed

+8
-1
lines changed
  • content/en/docs/refguide/modeling/mendix-ai-assistance

1 file changed

+8
-1
lines changed

content/en/docs/refguide/modeling/mendix-ai-assistance/_index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ Mendix AI Assistance (Maia) refers to Mendix Platform capabilities that leverage
1313

1414
Mendix developers can use Maia to get guidance by asking questions, get recommendation and assistance for certain development tasks, and even generate part of their app.
1515

16-
For information on Mendix data storage policies and practices for Maia, see [Maia Privacy Policy](https://www.mendix.com/legal/privacy/maia/).
16+
Maia does not use any project, customer, company, or user-entered data for model training. Maia operates on pre-trained, off-the-shelf large language models (LLMs). For more information on Mendix data storage policies and practices for Maia, see [Maia Privacy Policy](https://www.mendix.com/legal/privacy/maia/).
17+
18+
{{% alert color="info" %}}
19+
You can use the **Usage Data** setting on the **Advanced** tab of the Studio Pro **Preferences** dialog to prevent Studio Pro from sending usage data to Mendix, including prompts entered when using Maia features in Studio Pro. When this setting is set to **No**, prompts entered are not stored by Mendix and are not used for analytics. Disabling this setting may affect the behavior of some features in Studio Pro. For more information, see the [Usage Data](/refguide/preferences-dialog/#usage-data) section in *Preferences*.
20+
21+
This setting does not prevent data from being sent to third-party services used by certain Maia features and applies only to Maia capabilities in Studio Pro. It does not affect [Maia in Mendix Portal](/portal/maia/#maia-capabilities-in-mendix-portal).
22+
{{% /alert %}}
1723

1824
For information on what third-party services Maia uses and what data are sent to the third-party services, see the [Maia Third-Party Services](#maia-third-party-services) section below.
1925

@@ -72,6 +78,7 @@ The table below presents all the third-party services each Maia capability uses
7278

7379
| Maia | Third-Party Service | Data Sent to Third-Party Service |
7480
| --- | --- | --- |
81+
| Start with Maia | [Claude in Amazon Bedrock](https://aws.amazon.com/bedrock/claude/) | Project context to fulfill user prompt request |
7582
| Maia Chat | [Llama 3.1 8B](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/MODEL_CARD.md) hosted in Mendix AWS environment | User prompts and the generated answers |
7683
| Maia Learn | No third-party services used | N/A |
7784
| Maia Explain | [Llama 3.1 8B](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/MODEL_CARD.md) hosted in Mendix AWS environment | Project context to fulfill user prompt request |

0 commit comments

Comments
 (0)