Skip to content

Commit

Permalink
Correct typo in documentation (#108462) (#108466)
Browse files Browse the repository at this point in the history
Correct a small typo: one closing ">" was missing.
  • Loading branch information
mayya-sharipova committed May 9, 2024
1 parent 979b539 commit ee58956
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
// tag::elser[]

Hybrid search between a semantic and lexical query can be achieved by using an
<<rrf-retriever, `rrf` retriever> as part of your search request. Provide a
<<rrf-retriever, `rrf` retriever>> as part of your search request. Provide a
`text_expansion` query and a full-text query as
<<standard-retriever, `standard` retrievers>> for the `rrf` retriever. The `rrf`
retriever uses <<rrf, reciprocal rank fusion>> to rank the top documents.
Expand Down

0 comments on commit ee58956

Please sign in to comment.