Closed snacsnoc closed 1 year ago
I had to do the same, and I also had to pip install openai
, tiktoken
, and faiss-cpu
Ah, good catch, sorry about that. I've updated the requirements.txt and tested it with a new conda env. Should all work now. Thanks for creating an issue @snacsnoc !
Good afternoon, when installing the requirements via
pip install -r requirements.txt
, pip gave me an error:When I view argparse on PyPi, 1.3.1 is not available. I was able to fix this issue by using argparse 1.4.0.