Skip to content

Fix qdrant image version#283

Open
AlexRyzhickov wants to merge 1 commit intoqdrant:masterfrom
AlexRyzhickov:fix-qdrant-image-version
Open

Fix qdrant image version#283
AlexRyzhickov wants to merge 1 commit intoqdrant:masterfrom
AlexRyzhickov:fix-qdrant-image-version

Conversation

@AlexRyzhickov
Copy link

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.

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.

1 participant