-
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
enhance: Handle Float16Vector/BFloat16Vector numpy bulk insert as same as BinaryVector #33760
enhance: Handle Float16Vector/BFloat16Vector numpy bulk insert as same as BinaryVector #33760
Conversation
/lgtm |
3d61477
to
0f62478
Compare
0f62478
to
e575c2f
Compare
@cydrain ut workflow job failed, comment |
…e as BinaryVector Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
e575c2f
to
d4681f2
Compare
@@ -199,6 +199,7 @@ func (s *BulkInsertSuite) run() { | |||
searchResult, err := c.Proxy.Search(ctx, searchReq) | |||
s.NoError(err) | |||
s.Equal(commonpb.ErrorCode_Success, searchResult.GetStatus().GetErrorCode()) | |||
// s.Equal(nq*topk, len(searchResult.GetResults().GetScores())) |
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.
uncomment?
/lgtm |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #33760 +/- ##
==========================================
- Coverage 80.94% 80.89% -0.05%
==========================================
Files 1058 1058
Lines 135119 135166 +47
==========================================
- Hits 109377 109348 -29
- Misses 21555 21629 +74
- Partials 4187 4189 +2
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, cydrain The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…e as BinaryVector (milvus-io#33760) Issue: milvus-io#22837 Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
…e as BinaryVector (milvus-io#33760) Issue: milvus-io#22837 Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
Issue: #22837