How to pass an Amazon Bedrock DeployedModel into the RetrieveAndGenerate activity?

0
Hey community,   I'm trying to retrieve a text response using the AmazonBedrockConnector.RetrieveAndGenerate activity. This activity requires a Request and DeployedModel to be passed into it.   I tried to use the AmazonBedrockConnector.BedrockDeployedModel_Get activity to get a model, but it keeps coming up empty. Not sure what to do  
asked
1 answers
0

Hi Hilbert,

 

To be able to retrieve a BedrockDeployedModel using its ModelID, the Bedrock Configurations must first be set up so that the models available in the region you have chosen are created and saved in the database. Have you added SNIP_Settings_Admin_ConfigOverview to an accessible page and configured your Amazon Bedrock settings?

 

Best regards,

Ayca

answered