Getting some noise in the console when running my code. Appears to be coming from here.
Changing these to raw strings (r"...") silences the warning.
.../qdrant_client/http/models/models.py:758: SyntaxWarning: invalid escape sequence '\&'
description="Check that the field is empty, alternative syntax for `is_empty: \"field_name\"`",
.../qdrant_client/http/models/models.py:762: SyntaxWarning: invalid escape sequence '\&'
description="Check that the field is null, alternative syntax for `is_null: \"field_name\"`",
Getting some noise in the console when running my code. Appears to be coming from here.
Changing these to raw strings (r"...") silences the warning.