diff --git a/docs/latest/components/retriever.mdx b/docs/latest/components/retriever.mdx index 64b8de3c5..afb6a5124 100644 --- a/docs/latest/components/retriever.mdx +++ b/docs/latest/components/retriever.mdx @@ -186,7 +186,7 @@ They are particular suited to cases where your query input is similar in style t i.e. when you are searching for most similar documents. This is not inherently suited to query based search where the length, language and format of the query usually significantly differs from the searched for text. -If you are interested in using an embedding model from the HuggingFace Model hub as an Embedding Retirever, +If you are interested in using an embedding model from the HuggingFace Model Hub as an `EmbeddingRetirever`, you should consider using the `haystack.modeling.transformers.Converter` object which can convert a Transformers model into the format required in order for it to be loaded as an `EmbeddingRetriever`.