-
Notifications
You must be signed in to change notification settings - Fork 87
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
Added a local vector store memory backend option #39
Conversation
Right now rayon and simsimd are feature flags that are enabled by default. I have alternative methods for dot products and hamming distance for simsimd but I don't have an alternative search method that doesn't use Rayon. Is that something we should even add? Are we going to have users that don't want to use Rayon? |
I think "imposing" rayon is fine. You can always set a config flag that limits the max concurrency. Same goes for simd imo. |
201ed9f
to
bcb0cd2
Compare
No description provided.