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 904d84e commit 6f97358Copy full SHA for 6f97358
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