Adam Chun
Results
1
issues of
Adam Chun
In `gpt_model.py`, the LlmReasoner() class tries to save the vector store by dumping it into a tmp file as so on lines 78-79: `with open(pkl_path, "wb") as f: pickle.dump(vectorstore, f)`...