Skip to content

IVF Hierarchical KMeans Flush & Merge #128675

New issue

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

john-wagster
Copy link
Contributor

Adding a hierarchical kmeans algorithm to replace our current kmeans clustering approach. hkmeans does a better job of partitioning space by selecting a fixed number of top level partitions and then recursively splitting those partitions based on clustering the underlying vectors.

…algorithm to better partitionin the space when running ivf on flush and merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants