We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36b4ba commit 8904d5bCopy full SHA for 8904d5b
integrations/cohere/src/haystack_integrations/components/rankers/cohere/ranker.py
@@ -20,7 +20,7 @@ class CohereRanker:
20
Usage example:
21
```python
22
from haystack import Document
23
- from haystack.components.rankers import CohereRanker
+ from haystack_integrations.components.rankers.cohere import CohereRanker
24
25
ranker = CohereRanker(model="rerank-v3.5", top_k=2)
26
0 commit comments