-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Enhancement]: Speed up Search Iterator and Cleanup SDKs #37548
Labels
kind/enhancement
Issues or changes related to enhancement
Comments
Stage 1 (planning to ship before 2.5.1)
Stage 2
Stage 3
|
/assign |
This was referenced Nov 22, 2024
sre-ci-robot
pushed a commit
that referenced
this issue
Dec 26, 2024
issue: #37548 Signed-off-by: Patrick Weizhi Xu <[email protected]>
NicoYuan1986
pushed a commit
to NicoYuan1986/milvus
that referenced
this issue
Dec 26, 2024
issue: milvus-io#37548 Signed-off-by: Patrick Weizhi Xu <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Dec 27, 2024
pr: #37947 issue: #37548 Signed-off-by: Patrick Weizhi Xu <[email protected]> (cherry picked from commit 9016c4a)
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Dec 30, 2024
issue: milvus-io/milvus#37548 --------- Signed-off-by: Patrick Weizhi Xu <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Dec 30, 2024
pr: #2395 issue: milvus-io/milvus#37548 Signed-off-by: Patrick Weizhi Xu <[email protected]> (cherry picked from commit 3ce4ac0)
This was referenced Dec 30, 2024
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Dec 30, 2024
issue: milvus-io/milvus#37548 Signed-off-by: Patrick Weizhi Xu <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Dec 30, 2024
pr: #2526 issue: milvus-io/milvus#37548 Signed-off-by: Patrick Weizhi Xu <[email protected]> (cherry picked from commit 7fcf6e8)
Stage 1 shipped with Milvus 2.5.2. |
sre-ci-robot
pushed a commit
that referenced
this issue
Jan 15, 2025
issue: #37548 Signed-off-by: qixuan <[email protected]>
gifi-siby
pushed a commit
to gifi-siby/milvus
that referenced
this issue
Jan 16, 2025
) issue: milvus-io#37548 Signed-off-by: qixuan <[email protected]>
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?
What would you like to be added?
Speed up search iterators via using iterator directly rather than calling range search and maintain
radius
andrange_filter
on the SDK, which adds complexity to SDK implementations.Why is this needed?
E2E Search Iterator becomes fundamental to workflows like client-side post filtering and others.
Anything else?
No response
The text was updated successfully, but these errors were encountered: