hwchase17 / chat-your-data

MIT License
901 stars 266 forks source link

unable to pickle.dump the FAISS vectorstore #29

Open NicolasACN opened 6 months ago

NicolasACN commented 6 months ago

pickle can't serialize the FAISS vectorstore. Probably should use the built in method vectorstore.save_local("path/to/save/folder")