MuleSoft-AI-Chain-Project / mule-amazon-bedrock-connector

AWS Bedrock Connector for MuleSoft
MIT License
0 stars 2 forks source link

AWS Bedrock Overview

AWS Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies including AI21 Labs, Anthropic, Cohere, Meta, Stability AI, and Amazon, along with a broad set of capabilities that you need to build generative AI applications, simplifying development while maintaining privacy and security.

Why MAC AWS Bedrock Connector?

AWS Bedrock provides an unified AI Platform to design, build and manage autonomous agents and the needed architecture. While AWS Bedrock is very strong in connecting multiple LLM providers, the way to interact varies from LLM to LLM. The MAC AWS Bedrock Connector provides the ability to connect to all supported LLMs through an unification layer.

Learn more at mac-project.ai

Add this dependency to your application pom.xml

<dependency>
    <groupId>com.mule.mulechain</groupId>
    <artifactId>mulechain-bedrock</artifactId>
    <version>0.1.0</version>
    <classifier>mule-plugin</classifier>
</dependency>