Skip to content

Commit 1097298

Browse files
meili-bors[bot]meili-botcurquiza
authored
Merge #947
947: Changes related to the next Meilisearch release (v1.8.0) r=curquiza a=meili-bot Related to this issue: meilisearch/integration-guides#299 This PR: - gathers the changes related to the next Meilisearch release (v1.8.0) so that this package is ready when the official release is out. - should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases). - might eventually contain test failures until the Meilisearch v1.8.0 is out. ⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.8.0) is out. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._ Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Clémentine <clementine@meilisearch.com> Co-authored-by: curquiza <clementine@meilisearch.com>
2 parents fe9e30e + c7f7704 commit 1097298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index/test_index_search_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,4 +464,4 @@ def test_vector_search(index_with_documents_and_vectors):
464464
response = index_with_documents_and_vectors().search(
465465
"", opt_params={"vector": [0.1, 0.2], "hybrid": {"semanticRatio": 1.0}}
466466
)
467-
assert response["vector"] == [0.1, 0.2]
467+
assert response["hits"] == []

0 commit comments

Comments
 (0)