Skip to content

Commit

Permalink
Fix capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenchan committed Sep 29, 2021
1 parent cad3696 commit 9f83f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/latest/components/retriever.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 9f83f8f

Please sign in to comment.