Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolis-at-mulesoft committed Nov 7, 2024
1 parent aa8c636 commit 09b3fe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public InputStream listSourcesFromStore(String storeName,
*/
@MediaType(value = APPLICATION_JSON, strict = false)
@Alias("EMBEDDING-remove-from-store-by-filter")
public InputStream removeEmebeddingsByFilter(String storeName,
public InputStream removeEmbeddingsByFilter(String storeName,
@Config Configuration configuration,
@ParameterGroup(name = "Filter") MetadataFilterParameters.RemoveFilterParameters removeFilterParams,
@ParameterGroup(name = "Additional Properties") EmbeddingModelNameParameters modelParams) {
Expand Down

0 comments on commit 09b3fe3

Please sign in to comment.