Skip to content

Commit

Permalink
Issue on the usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmartrencharpro committed Nov 12, 2024
1 parent fe980c0 commit d5d023a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FastembedRanker:
Usage example:
```python
from haystack import Document
from haystack.components.rankers import FastembedRanker
from haystack_integrations.components.rankers.fastembed import FastembedRanker
ranker = FastembedRanker(model_name="Xenova/ms-marco-MiniLM-L-6-v2", top_k=2)
Expand Down

0 comments on commit d5d023a

Please sign in to comment.