You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the chat can use either a langchain model interface or idefics model interface. langchain model interface uses the selected LLM as foundation model for a Langchain Conversational or ConversationalRetriever chain depending on a RAG workspace being selected or not. idefics is triggered only by the selection of Idefics multimodal FM and allows to chat with an image.
This feature is about adding a new bedrockagent model interface to be able to chat via a Bedrock Agent.
To start with, since there is currently no support for Bedrock Agents in CloudFormation and CDK, Bedrock Agent are setup independently of the solution and only referred to during the setup.
Depending on the timelines for CloudFormation support, we might evaluate the need to create a custom resource.
Currently the chat can use either a
langchain
model interface oridefics
model interface.langchain
model interface uses the selected LLM as foundation model for a Langchain Conversational or ConversationalRetriever chain depending on a RAG workspace being selected or not.idefics
is triggered only by the selection of Idefics multimodal FM and allows to chat with an image.This feature is about adding a new
bedrockagent
model interface to be able to chat via a Bedrock Agent.To start with, since there is currently no support for Bedrock Agents in CloudFormation and CDK, Bedrock Agent are setup independently of the solution and only referred to during the setup.
Depending on the timelines for CloudFormation support, we might evaluate the need to create a custom resource.
See https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html for more information about Bedrock Agents.
The text was updated successfully, but these errors were encountered: