From 3ad49922821414b6da943e9ce12c932f5c6d7eae Mon Sep 17 00:00:00 2001 From: ayush chaurasia Date: Fri, 23 Feb 2024 14:11:58 +0530 Subject: [PATCH] update --- python/tests/test_rerankers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_rerankers.py b/python/tests/test_rerankers.py index 94264bd2..2436adcd 100644 --- a/python/tests/test_rerankers.py +++ b/python/tests/test_rerankers.py @@ -129,7 +129,7 @@ def test_linear_combination(tmp_path): table.search(vector=query_vector, text=query, query_type="vector").rerank( normalize="score" ) - + with pytest.raises(ValueError): table.search(vector=query_vector, text=query, query_type="fts").rerank( normalize="score"