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 7210aae commit 3b6ef3aCopy full SHA for 3b6ef3a
tests/integration/test_hybrid.py
@@ -116,6 +116,8 @@ def hash_preprocess(item: dict) -> dict:
116
117
@pytest.mark.skipif(not REDIS_HYBRID_AVAILABLE, reason=SKIP_REASON)
118
def test_hybrid_query(index):
119
+ skip_if_redis_version_below(index.client, "8.4.0")
120
+
121
text = "a medical professional with expertise in lung cancer"
122
text_field = "description"
123
vector = [0.1, 0.1, 0.5]
0 commit comments