Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backward compatibility for strict mode config between 1.13 and 1.14 #906

Open
joein opened this issue Feb 19, 2025 · 1 comment
Open
Assignees

Comments

@joein
Copy link
Member

joein commented Feb 19, 2025

qdrant-client 1.13.2 cannot deserialize the collection info

qdrant_client.http.exceptions.ResponseHandlingException: 2 validation errors for ParsingModel[InlineResponse2005] (for parse_as_type)
obj.result.config.strict_mode_config.max_points_count
  Extra inputs are not permitted [type=extra_forbidden, input_value=1000000, input_type=int]
    For further information visit https://errors.pydantic.dev/2.8/v/extra_forbidden
obj.result.config.strict_mode_config.sparse_config
  Extra inputs are not permitted [type=extra_forbidden, input_value={'0-sparse': {'max_length': 999}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.8/v/extra_forbidden
@agourlay
Copy link
Member

agourlay commented Mar 5, 2025

In progress in #916 and qdrant/qdrant#6114

@agourlay agourlay assigned joein and unassigned agourlay Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants