-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat: support struct array for restful(#45496) #45571
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
base: master
Are you sure you want to change the base?
feat: support struct array for restful(#45496) #45571
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: MrPresent-Han The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[ci-v2-notice]
To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
78d4de5 to
bcbbf99
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #45571 +/- ##
===========================================
+ Coverage 76.47% 82.15% +5.67%
===========================================
Files 2016 598 -1418
Lines 326740 96523 -230217
===========================================
- Hits 249864 79295 -170569
+ Misses 68867 17176 -51691
+ Partials 8009 52 -7957
🚀 New features to boost your workflow:
|
|
@MrPresent-Han cpu-e2e job failed, comment |
|
[ci-v2-notice]
To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
Add struct array field support for RESTful API including collection creation, data insertion, and vector search with embedding lists. Signed-off-by: MrPresent-Han <[email protected]>
bcbbf99 to
7c81e44
Compare
related: #45496