Skip to content

Commit

Permalink
PI-2876 Update min score to 0.78
Browse files Browse the repository at this point in the history
to reflect the F1 score from data science
  • Loading branch information
marcus-bcl committed Mar 4, 2025
1 parent 97353b5 commit 24dff57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ContactSearchService(
query.neural {
it.field("textEmbedding.knn")
.queryText(request.query)
.minScore(0.8F)
.minScore(0.78F)
}
}
}.toQuery() else MatchAllQuery.Builder().build().toQuery()
Expand Down

0 comments on commit 24dff57

Please sign in to comment.