You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, wow! Good catch. I think I was playing around with the API so naturally copied over the json. Perhaps we could raise an error if a plain dict is passed in? Everything was working normally so seems like it'd be helpful to have that flagged. (Or at least log a warning.)
To clarify then, I would have to change my code to use grpc rather than REST? (e.g., in this case, changing models.Filter to grpc.Filter)
When I run the code on the REST API on port 6333, the below code works fine.
When I initialize the qdrant client with
prefer_grpc=True
, I get this error (expand for full traceback).ValueError: Protocol message Condition has no "key" field.
The documentation implies I would not need to change my code to use REST vs. grpc. Is that wrong?
The text was updated successfully, but these errors were encountered: