Skip to content

Commit

Permalink
Allow none as vector input again
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Jul 4, 2024
1 parent 8d95d60 commit 0cc1b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weaviate/collections/grpc/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def hybrid(
_ExtraTypes.TF,
_HybridNearText,
_HybridNearVector,
None,
],
"vector",
vector,
Expand Down

0 comments on commit 0cc1b9a

Please sign in to comment.