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
Using FaissSearcher I am trying to reload the index after updating the directory. The Searcher is updated with the new data, however the memory of the previous load is not released. After several iterations the process memory is exhausted. Is there a way to avoid this while updating the index?
Using FaissSearcher I am trying to reload the index after updating the directory. The Searcher is updated with the new data, however the memory of the previous load is not released. After several iterations the process memory is exhausted. Is there a way to avoid this while updating the index?
The code is:
The text was updated successfully, but these errors were encountered: