-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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]: [GOSDK] The bf16 vectors output by the query is slightly different from the inserted vectors #33848
Comments
/assign @congqixia |
/unassign |
/assign @ThreadDao |
@congqixia not fixed yet |
there is still some problem in bf16, tested with fp16 missing bf16 path |
See also milvus-io#33848 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
See also #33848 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Hi @congqixia has this issue been resolved? It looks like you've fixed it, yet the issue remains open |
@adetunjii i think this issue is under verification by @ThreadDao |
@adetunjii @congqixia fixed. |
See also milvus-io#33848 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Is there an existing issue for this?
Environment
Current Behavior
The dim of bf16 field is 128. A bf16 vector type is slice []byte. The len of a inserted vector is 256 (128dim * 2, fp16 has 16bits 2 bytes). But the query output vector len is 128
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: