Skip to content

Commit

Permalink
removing rule retriever reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis committed Nov 11, 2024
1 parent 9e8c9f1 commit 775f9fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Returns top documents from a <<search-api-knn,knn search>>, in the context of a
Combines and ranks multiple first-stage retrievers using the reciprocal rank fusion (RRF) algorithm.
Allows you to combine multiple result sets with different relevance indicators into a single result set.
An RRF retriever is a *compound retriever*, where its `filter` element is propagated to its sub retrievers.
* <<rule-retriever,*Rule Retriever*>>.
Applies <<query-rules,query rules>> to the query before returning results.
* <<text-similarity-reranker-retriever,*Text Similarity Re-ranker Retriever*>>.
Used for <<semantic-reranking,semantic reranking>>.
Requires first creating a `rerank` task using the <<put-inference-api,{es} Inference API>>.
Expand Down

0 comments on commit 775f9fe

Please sign in to comment.