Skip to content
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

Add updateable random scorer interface for vector index building #14181

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

Conversation

benwtrent
Copy link
Member

As stated by @ChrisHegarty and @msokolov the amount of garbage we create during vector index creation is pretty astounding.

This adjusts the interface to allow an "Updateable" random vector interface (@msokolov 's idea if I remember correctly) and refactors the usage to keep it threadsafe.

I still need to do some larger scale tests, I imagine the actual indexing times are not effected much.

I think I caught all the weird edge cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant