Skip to content

Commit 112f534

Browse files
committed
idem
1 parent a90111b commit 112f534

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

solutions/search/hybrid-semantic-text.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ After reindexing the data into the `semantic-embeddings` index, you can perform
110110
:::{tab-item} Retrievers
111111
:sync: retrievers
112112

113-
This example uses [retrievers syntax](retrievers-overview.md) with [reciprocal rank fusion (RRF)](elasticsearch://reference/elasticsearch/rest-apis/reciprocal-rank-fusion.md). RRF is a technique that merges the rankings from both semantic and lexical queries, giving more weight to results that rank high in either search. This ensures that the final results are balanced and relevant.
113+
This example uses [retrievers syntax
114+
](retrievers-overview.md) with [reciprocal rank fusion (RRF)](elasticsearch://reference/elasticsearch/rest-apis/reciprocal-rank-fusion.md). RRF is a technique that merges the rankings from both semantic and lexical queries, giving more weight to results that rank high in either search. This ensures that the final results are balanced and relevant.
114115

115116
```console
116117
GET semantic-embeddings/_search
@@ -149,7 +150,7 @@ GET semantic-embeddings/_search
149150
4. The `semantic_text` field is used to perform the semantic search.
150151

151152

152-
After performing the hybrid search, the query will return the top 10 documents that match both semantic and lexical search criteria. The results include detailed information about each document.
153+
After performing the hybrid search, the query will return the combined top 10 documents for both semantic and lexical search criteria. The results include detailed information about each document.
153154

154155
```console-result
155156
{

0 commit comments

Comments
 (0)