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
Recently, when I installed the latest version (2.16.9), I ran the below code and got into an infinite loop. My primary OS is Windows, but I tried Google Collab and Ubuntu on WSL, too, but sadly, the same problem happened, also I should mention that in windows I got "Segmentation Error"
Steps to reproduce
from usearch.index import Index
index = Index(ndim=3)
index.add(keys=[42], vectors=np.array([0.2, 0.3, 0.5]))
for i in index.keys:
print(i)
Expected behavior
It should print all keys and end the loop, For example above it should print 42 and end the loop
USearch version
2.16.9
Operating System
Ubuntu 24.04 and Windows 10
Hardware architecture
x86
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:
Describe the bug
Recently, when I installed the latest version (2.16.9), I ran the below code and got into an infinite loop. My primary OS is Windows, but I tried Google Collab and Ubuntu on WSL, too, but sadly, the same problem happened, also I should mention that in windows I got "Segmentation Error"
Steps to reproduce
Expected behavior
It should print all keys and end the loop, For example above it should print 42 and end the loop
USearch version
2.16.9
Operating System
Ubuntu 24.04 and Windows 10
Hardware architecture
x86
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: