Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 971 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 971 Bytes

MuleChain Vectors Extension

MuleChain Vectors provides connectivity to Vector Databases / Stores and extends the AI Play for MuleChain's AI Connectors.

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.mule.mulechain</groupId>
    <artifactId>mulechain-vectors</artifactId>
    <version>0.1.0</version>
    <classifier>mule-plugin</classifier>
</dependency>

Documentation