normalize vector data to a standard form during insertion (#27469)#2322
normalize vector data to a standard form during insertion (#27469)#2322CaoHaiNam wants to merge 6 commits intomilvus-io:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: CaoHaiNam 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 |
|
Welcome @CaoHaiNam! It looks like this is your first PR to milvus-io/pymilvus 🎉 |
f77c27a to
b580349
Compare
b580349 to
1c674fe
Compare
7b63170 to
1e01b72
Compare
16aa645 to
6f8463d
Compare
|
@XuanYang-cn @longjiquan @wangting0128 For this PR, please focus on the following four files where I made changes:
Thank you for your understanding, and I appreciate your patience. |
|
@CaoHaiNam This PR involved too many changes and commits from other PRs, please rebase you branch to the latest pymilvus master and narrow down to contain your changes only, THX |
I think a simple git rebase should fix the problem. |
I got it, THX. |
Signed-off-by: NamCaoHai <namch.hust@gmail.com>
Signed-off-by: NamCaoHai <namch.hust@gmail.com>
Signed-off-by: NamCaoHai <namch.hust@gmail.com>
Signed-off-by: NamCaoHai <namch.hust@gmail.com>
6f8463d to
9517303
Compare
Signed-off-by: NamCaoHai <namch.hust@gmail.com>
|
@XuanYang-cn I have finished the updates. Could you please review my pull request again? Thank you. |
|
@XuanYang-cn Hi, just a quick follow-up on this pull request. I would appreciate any feedback or updates on the review status. Please let me know if there's anything I need to adjust. Thank you. |
Signed-off-by: NamCaoHai <namch.hust@gmail.com>
This pull request handle Normalization function mentioned here milvus-io/milvus/#27469
Run:
examples/example_normalization_fields.pyto evaluate my pull request.