Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Nov 12, 2024
1 parent 31a28b8 commit c2eff3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void main(String[] args) {
.script(
sss -> sss.inline(
i -> i.source("knn_score")
.lang("knn")
.lang(l -> l.custom("knn"))
.params("field", JsonData.of("values"))
.params("query_value", JsonData.of(searchVector))
.params("space_type", JsonData.of("cosinesimil"))
Expand Down

0 comments on commit c2eff3b

Please sign in to comment.