Skip to content

Commit

Permalink
tests: replace tokenizer type in favour of backward compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Aug 19, 2023
1 parent 56d4067 commit 566a913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def test_recreate_collection(remote_client: QdrantClient):
field_name="description",
field_schema=models.TextIndexParams(
type=models.TextIndexType.TEXT,
tokenizer=models.TokenizerType.MULTILINGUAL,
tokenizer=models.TokenizerType.PREFIX,
min_token_len=3,
max_token_len=5,
lowercase=False,
Expand Down

0 comments on commit 566a913

Please sign in to comment.