Skip to content

Commit

Permalink
Merge pull request #33 from MuleSoft-AI-Chain-Project/bugfix/list-sou…
Browse files Browse the repository at this point in the history
…rces

Bugfix/list sources
  • Loading branch information
tbolis-at-mulesoft authored Nov 14, 2024
2 parents 5c3cbb3 + 97ac808 commit 3c59ee6
Show file tree
Hide file tree
Showing 24 changed files with 715 additions and 559 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mule.mulechain</groupId>
<artifactId>mulechain-vectors</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.95-SNAPSHOT</version>
<packaging>mule-extension</packaging>
<name>MAC Vectors</name>

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.mule.runtime.extension.api.annotation.param.Parameter;
import org.mule.runtime.extension.api.annotation.values.OfValues;

public class EmbeddingModelNameParameters {
public class EmbeddingModelParameters {

@Parameter
@Expression(ExpressionSupport.SUPPORTED)
Expand Down
Loading

0 comments on commit 3c59ee6

Please sign in to comment.