-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
do search while at the same time adding incrementally #492
Comments
|
Hi https://github.com/facebookresearch/faiss/wiki/Threads-and-asynchronous-calls Your options are, from simplest to most complex:
|
|
Appreciate for your valuable options!@mdouze |
|
No activity, closing. |
|
@KangRinpoche |
Hi,
there are 100 million 128-d vectors in my database, trained and added,
and I'm going to add around half a million vectors every 4 hours.
Can I search the index while at the same time adding new vectors.
Thanks for your help!
The text was updated successfully, but these errors were encountered: