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
Hi @vibl! Sorry for delayed response! Can you check out the global clustering functionality as opposed to the built-in into the Index Python class? It should work much better.
Can you check out the global clustering functionality as opposed to the built-in into the Index Python class?
Could you please suggest how to do this?
some_index.cluster() provides quite good results. But I don't understand how to use Clustering class, especially how to form batch_matches
Describe the bug
I get a segmentation fault on
index.cluster()
, whatever the parametersmin_count
andmax_count
I use (and without parameters).Small dataset of 80,000 vectors.
index.search
works great.Steps to reproduce
Expected behavior
It should return a Clustering instance.
USearch version
2.16.2
Operating System
Ubuntu 24.04
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: