-
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
feat: fp32 vector to fp16/bf16 vector conversion for RESTful API #37556
base: master
Are you sure you want to change the base?
feat: fp32 vector to fp16/bf16 vector conversion for RESTful API #37556
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jiangyinzuo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
033d02f
to
b990bae
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37556 +/- ##
===========================================
- Coverage 80.59% 68.13% -12.47%
===========================================
Files 1356 290 -1066
Lines 190010 25395 -164615
===========================================
- Hits 153148 17302 -135846
+ Misses 31460 8093 -23367
+ Partials 5402 0 -5402
|
@jiangyinzuo E2e jenkins job failed, comment |
b990bae
to
13cec0b
Compare
41dc76b
to
43c1181
Compare
@jiangyinzuo go-sdk check failed, comment |
@jiangyinzuo E2e jenkins job failed, comment |
69831ba
to
a900400
Compare
@jiangyinzuo E2e jenkins job failed, comment |
a900400
to
bd88e93
Compare
bd88e93
to
8b004b8
Compare
@jiangyinzuo E2e jenkins job failed, comment |
e8c2f3c
to
53b5480
Compare
RESTful API has 3 handlers. The influenced API are as follows: - Handler. insert - HandlerV1. insert/upsert - HandlerV2. insert/upsert/search issue: milvus-io#37448 Signed-off-by: Yinzuo Jiang <yinzuo.jiang@zilliz.com> Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
@jiangyinzuo E2e jenkins job failed, comment |
} | ||
return data | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate function with serialize
, so I removed it.
RESTful API has 3 handlers. The influenced API are as follows:
issue: #37448