MuleChain Connector for Salesforce Einstein AI to interact with the models API of the Salesforce platform and benefit from its trust layer and automation capabilities. It allows you to:
- Leverage the Salesforce Trustlayer
- Ingest files into the Vector Database
- Build Prompt Templates in your workflow
- Perform adhoc RAG using the Vector Database
- Build Chat Memory capabilities
- Optimized usage in MuleSoft applications
- Check out MuleChain Einstein AI Connector Documentation: https://mulechain.ai/docs/einstein-ai
- Learn from the Getting Started playlist on YouTube: https://www.youtube.com/watch?v=M0VtTSCLFps&list=PLnuJGpEBF6ZAKZe_wtljGsBE9aTzPARmk
Add this dependency to your application pom.xml
<dependency>
<groupId>com.mule.mulechain</groupId>
<artifactId>mulechain-einstein1-connector</artifactId>
<version>0.2.0</version>
<classifier>mule-plugin</classifier>
</dependency>