Skip to content

Commit

Permalink
Update _posts/2024-12-xx-hybrid-search-optimization.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Daniel Wrigley <[email protected]>
  • Loading branch information
wrigleyDan and natebower authored Dec 23, 2024
1 parent 817f78c commit ef8a227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-12-xx-hybrid-search-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ meta_description: Tackle the optimization of hybrid search in a systematic way a

[Hybrid search combines lexical and neural search to improve search relevance](https://opensearch.org/docs/latest/search-plugins/hybrid-search); this combination shows promising results across industries and [in benchmarks](https://opensearch.org/blog/semantic-science-benchmarks/).

In OpenSearch 2.18, [hybrid search](https://opensearch.org/docs/latest/search-plugins/hybrid-search/) is an arithmetic combination of the lexical (match query) and neural (k-NN) search scores. It first normalizes the scores and then combines them with one of three techniques (arithmetic, harmonic or geometric mean), each of which includes weighting parameters.
In OpenSearch 2.18, [hybrid search](https://opensearch.org/docs/latest/search-plugins/hybrid-search/) is an arithmetic combination of the lexical (match query) and neural (k-NN) search scores. It first normalizes the scores and then combines them with one of three techniques (arithmetic, harmonic, or geometric mean), each of which includes weighting parameters.

The search pipeline configuration is how OpenSearch users define score normalization, combination, and weighting.

Expand Down

0 comments on commit ef8a227

Please sign in to comment.