-
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
[Feature]: Enable GroupBy with group size function #33544
Labels
kind/feature
Issues related to feature request from users
Comments
/assign |
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 7, 2024
Signed-off-by: MrPresent-Han <chun.han@zilliz.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 7, 2024
Signed-off-by: MrPresent-Han <chun.han@zilliz.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 11, 2024
Signed-off-by: MrPresent-Han <chun.han@zilliz.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 11, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 11, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 13, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 13, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 13, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 13, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 13, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 13, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jun 13, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jul 3, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Jul 4, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
sre-ci-robot
pushed a commit
that referenced
this issue
Jul 12, 2024
related: #33544 mainly changes in three aspects: 1. enable setting group_size for group by function 2. separate normal reduce and group by reduce 3. eleminate uncessary padding in search result for reducing Signed-off-by: MrPresent-Han <chun.han@gmail.com> Co-authored-by: MrPresent-Han <chun.han@gmail.com>
chyezh
pushed a commit
to chyezh/milvus
that referenced
this issue
Jul 15, 2024
…-io#33720) related: milvus-io#33544 mainly changes in three aspects: 1. enable setting group_size for group by function 2. separate normal reduce and group by reduce 3. eleminate uncessary padding in search result for reducing Signed-off-by: MrPresent-Han <chun.han@gmail.com> Co-authored-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Aug 26, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Aug 26, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Aug 27, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
sre-ci-robot
pushed a commit
that referenced
this issue
Aug 27, 2024
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Aug 29, 2024
…#33544) Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Aug 30, 2024
…#33544) Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Sep 1, 2024
…#33544) Signed-off-by: MrPresent-Han <chun.han@gmail.com>
sre-ci-robot
pushed a commit
that referenced
this issue
Sep 2, 2024
related: #33544 Signed-off-by: MrPresent-Han <chun.han@gmail.com> Co-authored-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Sep 12, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
MrPresent-Han
pushed a commit
to MrPresent-Han/milvus
that referenced
this issue
Sep 13, 2024
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
sre-ci-robot
pushed a commit
that referenced
this issue
Sep 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Currently, group_by operator only support 1 entities per group which is very limited.
This issue is to enhance the functionality of group by operator
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: