pa_sh_3
pa_sh_3
I am saving the index and reloading it from the same location. Here is the steps I followed ``` #First run #create a new document store document_store = FAISSDocumentStore(embedding_dim=128, faiss_index_factory_str="Flat")...
Hi @sjrl , I do not get the error with update_existing_embeddings=True.
Hi @sjrl, thank you for the detailed explanation. I tried ``` document_store.write_documents( dicts, duplicate_documents='fail' ) ``` This returns error, like you pointed out. Additionally the suggested fix, providing `duplicate_documents='skip'` when...