Skip to content

Commit 8904d5b

Browse files
Update integrations/cohere/src/haystack_integrations/components/rankers/cohere/ranker.py
Co-authored-by: Julian Risch <[email protected]>
1 parent e36b4ba commit 8904d5b

File tree

1 file changed

+1
-1
lines changed
  • integrations/cohere/src/haystack_integrations/components/rankers/cohere

1 file changed

+1
-1
lines changed

integrations/cohere/src/haystack_integrations/components/rankers/cohere/ranker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CohereRanker:
2020
Usage example:
2121
```python
2222
from haystack import Document
23-
from haystack.components.rankers import CohereRanker
23+
from haystack_integrations.components.rankers.cohere import CohereRanker
2424
2525
ranker = CohereRanker(model="rerank-v3.5", top_k=2)
2626

0 commit comments

Comments
 (0)