Neal Trieber

Results 2 comments of Neal Trieber

Thanks @anakin87, but this isn't a syntax issue: document_store = FAISSDocumentStore.load(index_path="my_faiss", config_path="my_faiss.json") it produces the "ValueError: The number of documents in the SQL database (96) doesn't " if the DB...

document_store = FAISSDocumentStore(faiss_config_path="./my_faiss.json", faiss_index_path="./my_faiss") Also a Fail. Please advise.