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

Fast changing set #1

Open
bm777 opened this issue Sep 24, 2024 · 1 comment
Open

Fast changing set #1

bm777 opened this issue Sep 24, 2024 · 1 comment

Comments

@bm777
Copy link

bm777 commented Sep 24, 2024

How this work lib works with a dynamic indexed set. Does it do restoring? or Just delete the old index and reindex again.

Now thinking about distributed bm25 :D

@logan-markewich
Copy link
Owner

You can definitely just insert as new documents come in, no need to reindex. This was actually my main motivation for building this

although right now the index is purely in memory, so you can't quite distribute the actual index itself

(that would likely require a lot of complex logic and sharding)

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

No branches or pull requests

2 participants