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

I recently migrated my old collection from Qdrant version 1.8.0 to 1.12.0 to enable multitenancy. The migration was done point by point. However, now when I perform a hybrid search on the updated collection, I encounter the same error. #860

Open
kunalchamoli opened this issue Nov 29, 2024 · 1 comment

Comments

@kunalchamoli
Copy link

          I recently migrated my old collection from Qdrant version 1.8.0 to 1.12.0 to enable multitenancy. The migration was done point by point. However, now when I perform a hybrid search on the updated collection, I encounter the same error.

Originally posted by @kunalchamoli in #716 (comment)

@joein
Copy link
Member

joein commented Dec 2, 2024

Hi @kunalchamoli

Which error exactly are you having?
If you're seeing an error Unexpected Response: 404 (Not found) Raw response content: b''

Then most probably you are using methods from qdrant-client which are not available in your version of Qdrant.
In this case, I would ask you to double check qdrant-client and qdrant versions you have.
In order to check Qdrant version from the client side you can use qdrant_client.QdrantClient().info(), and you can check client version via pip3 freeze | grep qdrant-client

If you see Unexpected Response: 400 (Bad request) Raw response content: b'{"status": {"error": Wrong input: Vector params for are not specified in config"}}...
Then in order to help you we would need to see the output of your get_collection(<collection_name>) response

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