Skip to content

MuleSoft-AI-Chain-Project/mule-einstein1-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mule4 Einstein AI Connector

MuleSoft AI Chain 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

Requirements

  • The maximum supported version for Java SDK is JDK 17. You can use JDK 17 only for running your application.
  • Compilation with Java SDK must be done with JDK 8.

Installation

To use this connector, add the following dependency to your application's pom.xml:

	<dependency>
		<groupId>com.mulesoft.connectors</groupId>
		<artifactId>mule4-einstein-connector</artifactId>
		<version>0.20.0</version>
		<classifier>mule-plugin</classifier>		
	</dependency>

Documentation


Stay tuned!