This commit is contained in:
ayush chaurasia
2024-02-23 14:11:58 +05:30
parent 51cc422799
commit 3ad4992282

View File

@@ -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"