TypeError Traceback (most recent call last)
Cell In[33], line 3
1 file_path=”vector_index.pkl”
2 with open(file_path, “wb”) as f:
—-> 3 pickle.dump(vectorindex_openai, f)
TypeError: cannot pickle ‘_thread.RLock’ object
enter image description here
Store the infor in variable dataset and after i question returen the info
New contributor
Usman_ Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.