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
The save_local, load_local member functions in vectorstore.faiss seem firstly to need to read/write the index_to_id map as well as the main index file. This would then fully separate the storage concerns between the Docstore and the VectorStore.
As it is now, the index_to_id map is an additional component the user must separately serialize/deserialize to reload an FAISS index associated with a Docstore.
The text was updated successfully, but these errors were encountered:
Thanks for your work on this. It looks like the code currently in tree is broken and any change could be an improvement. Closing this as it is a duplicate.
The save_local, load_local member functions in vectorstore.faiss seem firstly to need to read/write the index_to_id map as well as the main index file. This would then fully separate the storage concerns between the Docstore and the VectorStore.
As it is now, the index_to_id map is an additional component the user must separately serialize/deserialize to reload an FAISS index associated with a Docstore.
The text was updated successfully, but these errors were encountered: