You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
I could not find any methods in the common VecIndex.h where we could repeatedly add new vectors to an existing vector. Also I did try out but I get the error as the current element count exceeds max element count.
However faiss does have support for updates for their index types. Any specific reason there is no interface method exposed to do the same ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I could not find any methods in the common VecIndex.h where we could repeatedly add new vectors to an existing vector. Also I did try out but I get the error as the current element count exceeds max element count.
However faiss does have support for updates for their index types. Any specific reason there is no interface method exposed to do the same ?
The text was updated successfully, but these errors were encountered: