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

Added a local vector store memory backend option #39

Merged
merged 12 commits into from
Jul 27, 2024

Conversation

SilasMarvin
Copy link
Owner

No description provided.

@SilasMarvin SilasMarvin requested a review from McPatate July 4, 2024 03:52
@SilasMarvin
Copy link
Owner Author

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?

@SilasMarvin SilasMarvin marked this pull request as ready for review July 4, 2024 19:29
@McPatate
Copy link
Collaborator

McPatate commented Jul 8, 2024

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.

@SilasMarvin SilasMarvin merged commit 322fbc6 into main Jul 27, 2024
@SilasMarvin SilasMarvin deleted the silas-vector-store branch July 27, 2024 18:51
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.

2 participants