-
Notifications
You must be signed in to change notification settings - Fork 130
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
Hybrid search throws error when prefer_grpc=True
#673
Comments
Hi @StreetLamb Thanks for pointing out, it's actually a bug from our side |
When trying to perform an Hybrid Query as shown in the documentation it fails due to not detecting the dense embeddings as a valid query model. Snipped of code from the documentation:
Error:
There the function receives a dense vector as model so any of the conditions is met. |
Hi @aiorga-sherpas |
fixes should be available with |
I am running a simple hybrid service with fastembed with
prefer_grpc=True
:However, I get the following error:
The error only occurs if
prefer_grpc=True
. I checked that in the created collection's config, sparse_vectors hasfast-sparse-splade_pp_en_v1
socollection_info.config.params.sparse_vectors
should not be None.The text was updated successfully, but these errors were encountered: