Skip to content

Commit

Permalink
Use placeholder search
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed May 21, 2024
1 parent 3674e64 commit a2256b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index/test_index_search_meilisearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,6 @@ def test_attributes_to_search_on_search_no_match(index_with_documents):
@pytest.mark.usefixtures("enable_vector_search")
def test_vector_search(index_with_documents_and_vectors):
response = index_with_documents_and_vectors().search(
"Shazam", opt_params={"vector": [0.1, 0.2], "hybrid": {"semanticRatio": 1.0}}
"", opt_params={"vector": [0.1, 0.2], "hybrid": {"semanticRatio": 1.0}}
)
assert len(response["hits"]) > 0

0 comments on commit a2256b2

Please sign in to comment.