We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f359c commit da13fb8Copy full SHA for da13fb8
tests/integration/test_rerankers.py
@@ -37,6 +37,7 @@ def reranker(request, skip_reranker):
37
def cohereReranker():
38
return CohereReranker()
39
40
+
41
@pytest.fixture
42
def hfCrossEncoderReranker():
43
return HFCrossEncoderReranker()
0 commit comments