[Enhancement]: Speed up Search Iterator and Cleanup SDKs #37548
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
Speed up search iterators via using iterator directly rather than calling range search and maintain radius
and range_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