Skip to content

Commit 6f01681

Browse files
Update amazon-bedrock.md
1 parent 1e63626 commit 6f01681

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-bedrock.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,37 +53,47 @@ After you install the connector, you can find it in the **App Explorer**, in the
5353

5454
### Configuring AWS Authentication {#configure-authentication}
5555

56-
In order to use the Amazon Bedrock service, you must authenticate with AWS. To do so, you must set up a configuration profile in your Mendix app. After you set up the configuration profile, the connector module handles the authentication internally.
56+
To use the Amazon Bedrock service, you must authenticate with AWS. To do so, you must set up a configuration profile in your Mendix app. After you set up the configuration profile, the connector module handles the authentication internally.
5757

5858
As of version 3.0.0 of the [AWS Authentication Connector](https://marketplace.mendix.com/link/component/120333), all the resources and logic required to set up authentication are centralized inside the AWS Authentication Connector module.
5959

6060
The AWS Authentication Connector supports both **static credentials** and **temporary credentials**. For more information and detailed instructions please refer to the [AWS Authentication Connector documentation page](/appstore/modules/aws/aws-authentication/).
6161

62-
### Syncing available model, knowledge bases and agents
62+
### Syncing Available Models, Knowledge Bases, and Agents
6363

64-
You can use the Snippet `SNIP_Settings_Admin_ConfigOverview` (to be found in **_USE_ME > SyncBedrockMetadata > ReusableUI**) on an administrator page to sync models, knowledge bases and agents for the selected region at runtime. Admins on the page first need to configure the settings of the [AWS Authentication Connector](#configure-authentication) module, by selecting the AWS region and how to authenticate. When saving the settings or when you sync the models for the current region, AWS metadata services are called to create persistent objects in the database which you can view in the tables at the bottom of the snippet. Note that all models are shown regardless of having actual access to them which can only be configured in the AWS console.
64+
You can use the `SNIP_Settings_Admin_ConfigOverview` snippet under **_USE_ME > SyncBedrockMetadata > ReusableUI** on an administrator page to sync models, knowledge bases and agents for the selected region at runtime. Admins on the page first need to configure the settings of the [AWS Authentication Connector](#configure-authentication) module, by selecting the AWS region and how to authenticate. When saving the settings or when you sync the models for the current region, AWS metadata services are called to create persistent objects in the database which you can view in the tables at the bottom of the snippet.
6565

66-
#### Syncing resources using microflows
66+
{{% alert color="info" %}}
67+
All models are shown, even those which you cannot accesss. Access to models must be configured in the AWS console.
68+
{{% /alert %}}
69+
70+
#### Syncing Resources Using Microflows
71+
72+
If you do not want to configure the resources in an admin user interface, you can use the following actions in your custom microflows:
6773

68-
For use cases for which you do not want to configure the resources in an admin user interface, you can use the following actions in your custom microflows:
6974
* Sync Models & Knowledge Bases & Agents
7075
* [Sync Models](#sync-models)
7176
* [Sync Knowledge Bases](#sync-knowledge-bases)
7277
* [Sync Agents](#sync-agents)
7378

7479
The following actions only list the available resources as non-persistent objects:
80+
7581
* List Foundation Models
7682
* List Agents
7783
* List Data Sources
7884

79-
#### Adding custom models to your Bedrock configuration {#adding-custom-model}
85+
#### Adding Custom Models to your Bedrock Configuration {#adding-custom-model}
86+
87+
When syncing your Bedrock configuration, only publicly available foundation models can be retrieved using the `List Foundation Models` action from the Bedrock Connector. To use cross-region inference (CRI) or provisioned-throughput models that you have setup in your AWS console, you must manually add these models to your database. To add a custom model, follow the steps below:
88+
89+
1. Click **Add model** above the model's table.
90+
2. Fill out the form with the relevant information of your custom model.
8091

81-
When syncing your bedrock configuration, only publicly available foundation models can be retrieved using the `List Foundation Models` action from the Bedrock Connector. To be able to use cross region inference (CRI) or provisioned-throughput models that you have setup in your AWS console, you will need to manually add these models to your database. To add a custom model, follow the steps below:
92+
The display name is shown in the model dropdowns while choosing a model to use. The model ID is required to use the model with Amazon Bedrock. The other fields must be filled out according to the functionalities the model can use.
8293

83-
- Click on the **Add model** button above the model's table
84-
- Fill out the form with the relevant information of your custom model, especially the display name, which will be shown in the model dropdowns while choosing a model to use, and the model id, which is a required field in order to actually use the model of your choice with Amazon Bedrock. The other fields must be filled out according to the functionalities the model can use.
94+
3. Save the model.
8595

86-
After the form is filled out and saved, the custom model can be used with the actions of your choice.
96+
You can now use the custom model with the actions of your choice.
8797

8898
### Using Amazon Bedrock Models
8999

0 commit comments

Comments
 (0)