Skip to content

Fix qdrant image version#283

Merged
tellet-q merged 1 commit intoqdrant:masterfrom
AlexRyzhickov:fix-qdrant-image-version
Apr 7, 2026
Merged

Fix qdrant image version#283
tellet-q merged 1 commit intoqdrant:masterfrom
AlexRyzhickov:fix-qdrant-image-version

Conversation

@AlexRyzhickov
Copy link
Copy Markdown
Contributor

Due to a version incompatibility between the Qdrant image and its Python client library, the data was not being loaded into Qdrant during benchmarking. As a result, the benchmark was running on an empty collection with no data.

Updating the image version to 1.16.0 resolved the issue.

Video: https://www.youtube.com/watch?v=n0v_VCuTn3o

UserWarning: Qdrant client version 1.16.3.dev0 is incompatible with server version 1.11.0. Major versions should match and minor version difference must not exceed 1. Set check_compatibility=False to skip version check.

@tellet-q tellet-q self-requested a review April 7, 2026 07:27
Copy link
Copy Markdown
Contributor

@tellet-q tellet-q left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update

@tellet-q tellet-q merged commit 2ef096c into qdrant:master Apr 7, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants