Skip to content

Commit

Permalink
Wrong URL for the models.
Browse files Browse the repository at this point in the history
Note: the models are not there yet. I made a PR for this on the fastembed part (qdrant/fastembed#393)
  • Loading branch information
paulmartrencharpro committed Nov 13, 2024
1 parent 2256d7f commit f6173cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
"""
Creates an instance of the 'FastembedRanker'.
:param model_name: Fastembed model name. Check the list of supported models in the [Fastembed documentation](https://docs.Fastembed.com/docs/models).
:param model_name: Fastembed model name. Check the list of supported models in the [Fastembed documentation](https://qdrant.github.io/fastembed/examples/Supported_Models/).
:param top_k: The maximum number of documents to return.
:param cache_dir: The path to the cache directory.
Can be set using the `FASTEMBED_CACHE_PATH` env variable.
Expand Down

0 comments on commit f6173cd

Please sign in to comment.