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 a5b4218 commit 7e92632Copy full SHA for 7e92632
tests/integration/test_rerankers.py
@@ -53,7 +53,7 @@ def test_rank_documents(reranker):
53
54
# Test for asynchronous ranking functionality
55
@pytest.mark.asyncio
56
-async def test_async_rank_documents_cohere(reranker):
+async def test_async_rank_documents(reranker):
57
docs = ["document one", "document two", "document three"]
58
query = "search query"
59
0 commit comments