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.
2 parents fe9e30e + c7f7704 commit 1097298Copy full SHA for 1097298
tests/index/test_index_search_meilisearch.py
@@ -464,4 +464,4 @@ def test_vector_search(index_with_documents_and_vectors):
464
response = index_with_documents_and_vectors().search(
465
"", opt_params={"vector": [0.1, 0.2], "hybrid": {"semanticRatio": 1.0}}
466
)
467
- assert response["vector"] == [0.1, 0.2]
+ assert response["hits"] == []
0 commit comments