We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
>>> for k in index.keys:pass ... keeps running, so i interrupt ^C KeyboardInterrupt >>> print(k) 131959068520736
index has only 100k entries. when i try random nums, keeps giving me 2 random vectors, that keep repeating..
I simply populate index with 100k vectors, and ids 0..99999
index = Index( ndim=self.vector_dim, metric=MetricKind.Hamming, dtype=ScalarKind.B1, view="dir" ) index.add(keys, vectors, threads=8)
index.keys should contain only valid values, and not iterate to infinity!
2.15.3
Ubuntu 24.04.1 LTS
x86
Python bindings
No response
.git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
index has only 100k entries. when i try random nums, keeps giving me 2 random vectors, that keep repeating..
Steps to reproduce
I simply populate index with 100k vectors, and ids 0..99999
Expected behavior
index.keys should contain only valid values, and not iterate to infinity!
USearch version
2.15.3
Operating System
Ubuntu 24.04.1 LTS
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: