Skip to content

Commit

Permalink
Remove 'enable_vector_search' fixture usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Feb 18, 2025
1 parent 7d15329 commit 629db27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/index/test_index_document_meilisearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def test_get_documents_filter_with_fields(index_with_documents):
assert next(iter(genres)) == "action"


@pytest.mark.usefixtures("enable_vector_search")
def test_get_similar_documents(empty_index):
index = empty_index()
index.update_embedders({"manual": {"source": "userProvided", "dimensions": 3}})
Expand Down

0 comments on commit 629db27

Please sign in to comment.