From d46256b6cddaddad37d78c44ab0c7dc0326d0838 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Mon, 12 Aug 2024 15:23:40 +0200 Subject: [PATCH] Typo --- docs/reference/search/retriever.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/retriever.asciidoc b/docs/reference/search/retriever.asciidoc index a1ec42ea971df..c4f5a86b4fca8 100644 --- a/docs/reference/search/retriever.asciidoc +++ b/docs/reference/search/retriever.asciidoc @@ -375,7 +375,7 @@ A text similarity re-ranker retriever is a compound retriever. Child retrievers [[text-similarity-reranker-retriever-example-cohere]] ==== Example: Cohere Rerank -This example enables out-of-the-box semantic search by reranking top documents using the Cohere Rerank inference endpoint. This approach eliminate the need to generate and store embeddings for all indexed documents. +This example enables out-of-the-box semantic search by reranking top documents using the Cohere Rerank API. This approach eliminate the need to generate and store embeddings for all indexed documents. This requires a <> using the `rerank` task type. [source,js]