-
Notifications
You must be signed in to change notification settings - Fork 325
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
[Bug]: PlaceHolderValue type is incorrect when input vector is fp16/bf16 #2004
Labels
kind/bug
Something isn't working
Comments
/assign @congqixia |
/assign @XuanYang-cn |
XuanYang-cn
added a commit
to XuanYang-cn/pymilvus
that referenced
this issue
Apr 1, 2024
See also: milvus-io#2004 Signed-off-by: yangxuan <[email protected]>
XuanYang-cn
added a commit
to XuanYang-cn/pymilvus
that referenced
this issue
Apr 1, 2024
See also: milvus-io#2004 Signed-off-by: yangxuan <[email protected]>
XuanYang-cn
added a commit
to XuanYang-cn/pymilvus
that referenced
this issue
Apr 2, 2024
See also: milvus-io#2004 Signed-off-by: yangxuan <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Apr 2, 2024
See also: #2004 --------- Signed-off-by: yangxuan <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Apr 2, 2024
) See also: #2004 --------- Signed-off-by: yangxuan <[email protected]>
/unassign |
XuanYang-cn
added a commit
to XuanYang-cn/pymilvus
that referenced
this issue
Apr 9, 2024
See also: milvus-io#2018, milvus-io#2004, milvus-io#2016 Signed-off-by: yangxuan <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Apr 10, 2024
See also: #2018, #2004, #2016 --------- Signed-off-by: yangxuan <[email protected]>
XuanYang-cn
added a commit
to XuanYang-cn/pymilvus
that referenced
this issue
Apr 10, 2024
…s-io#2025) See also: milvus-io#2018, milvus-io#2004, milvus-io#2016 --------- Signed-off-by: yangxuan <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Apr 10, 2024
#2029) See also: #2018, #2004, #2016 --------- Signed-off-by: yangxuan <[email protected]>
should be fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Describe the bug
When search with bf16/fp16 vector the place holder type is always binary
Expected Behavior
Place holder type shall be exactly the input vector type
Steps/Code To Reproduce behavior
See https://github.com/milvus-io/pymilvus/blob/b9a10c9c41708d4b4d3735d4d1f76713872e31ba/pymilvus/client/prepare.py#L596-L617
Environment details
Anything else?
No response
The text was updated successfully, but these errors were encountered: