From 2e06fc9025f83759c97fe5015deb39fcc4020895 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:25:46 +0200 Subject: [PATCH] [DOCS] Update semantic-reranking.asciidoc (#114299) --- docs/reference/reranking/semantic-reranking.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/reranking/semantic-reranking.asciidoc b/docs/reference/reranking/semantic-reranking.asciidoc index 4ebe90e44708e..32b906c0c8449 100644 --- a/docs/reference/reranking/semantic-reranking.asciidoc +++ b/docs/reference/reranking/semantic-reranking.asciidoc @@ -31,7 +31,6 @@ Semantic re-ranking enables a variety of use cases: * *Semantic retrieval results re-ranking* ** Improves results from semantic retrievers using ELSER sparse vector embeddings or dense vector embeddings by using more powerful models. -** Adds a refinement layer on top of hybrid retrieval with <>. * *General applications* ** Supports automatic and transparent chunking, eliminating the need for pre-chunking at index time. @@ -135,4 +134,4 @@ POST _search * Read the <> for syntax and implementation details * Learn more about the <> abstraction * Learn more about the Elastic <> -* Check out our https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/integrations/cohere/cohere-elasticsearch.ipynb[Python notebook] for using Cohere with {es} \ No newline at end of file +* Check out our https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/integrations/cohere/cohere-elasticsearch.ipynb[Python notebook] for using Cohere with {es}