
Asset Name | Asset Type | Description |
|---|---|---|
GenerationConfig_AmazonBedrock_PO | Process object | Process object that creates the prompt request. |
AmazonBedrockConnection | App connection | Amazon Bedrock connection. |
Get Context from Image File | Process | Subprocess that reads the context from the uploaded image file. |
Check Image Format | Process | Subprocess that verifies the format of the uploaded image file. The supported file formats are .jpeg, .png, .gif, and .webP. |
Chat with Image File | Process | Process that reads the context from the uploaded image file and answers the user's questions based on the image using the Amazon Bedrock Large Language Model (LLM). |
Question with Image Context | Guide | Guide that allows users to ask questions to the LLM about the context from an uploaded image file. |