You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
res = self.index.search(
query_value,
radius=1.5,
)
The results returned do not respect radius, looking at the code it seems that radius isn't passed along. When I try to pass it along I get an error and inspecting the C++ API I don't see radius as a supported param.
Steps to reproduce
Build a basic python index
Search with a radius parameter
Notice that results are returned with higher radius
Expected behavior
Only results within the radius are returned.
USearch version
latest
Operating System
macOS
Hardware architecture
Arm
Which interface are you using?
Python bindings
Contact Details
No response
Are you open to being tagged as a contributor?
I am open to being mentioned in the project .git history as a contributor
Is there an existing issue for this?
I have searched the existing issues
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
That's true, @jmif! The radius support was meant to be added in v2, but didn't receive enough interest and has been abandoned. Let me see if we can integrate it in the next major release 🤔
Describe the bug
Whens searching with
The results returned do not respect radius, looking at the code it seems that radius isn't passed along. When I try to pass it along I get an error and inspecting the C++ API I don't see radius as a supported param.
Steps to reproduce
Expected behavior
Only results within the radius are returned.
USearch version
latest
Operating System
macOS
Hardware architecture
Arm
Which interface are you using?
Python bindings
Contact Details
No response
Are you open to being tagged as a contributor?
.git
history as a contributorIs there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: