From 775f9fe8dd9b42de55811b413af0edc44f551192 Mon Sep 17 00:00:00 2001 From: Panagiotis Bailis Date: Mon, 11 Nov 2024 17:12:14 +0200 Subject: [PATCH] removing rule retriever reference --- .../search/search-your-data/retrievers-overview.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/search/search-your-data/retrievers-overview.asciidoc b/docs/reference/search/search-your-data/retrievers-overview.asciidoc index 1771b5bb0d849..2947435c9d7e3 100644 --- a/docs/reference/search/search-your-data/retrievers-overview.asciidoc +++ b/docs/reference/search/search-your-data/retrievers-overview.asciidoc @@ -27,8 +27,6 @@ Returns top documents from a <>, 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. -* <>. -Applies <> to the query before returning results. * <>. Used for <>. Requires first creating a `rerank` task using the <>.