Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add Bedrock Agents as a new model interface #277

Open
massi-ang opened this issue Dec 16, 2023 · 2 comments
Open

Feature: add Bedrock Agents as a new model interface #277

massi-ang opened this issue Dec 16, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@massi-ang
Copy link
Collaborator

massi-ang commented Dec 16, 2023

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.

See https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html for more information about Bedrock Agents.

@massi-ang massi-ang added the enhancement New feature or request label Dec 16, 2023
@massi-ang massi-ang changed the title Feature: add Bedrcok Agents as a new model interface Feature: add Bedrock Agents as a new model interface Jan 22, 2024
@bigadsoleiman bigadsoleiman pinned this issue Jan 25, 2024
@bigadsoleiman bigadsoleiman unpinned this issue Mar 4, 2024
@bigadsoleiman bigadsoleiman pinned this issue Mar 4, 2024
@michaelhsieh42
Copy link

@massi-ang
Copy link
Collaborator Author

Thanks Michael, this feature is already availble in the fear_bedrock_agent branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants