gkamradt / langchain-tutorials

Overview and tutorial of the LangChain Library
6.63k stars 1.92k forks source link

Which python version does these program run? #44

Closed aadabi closed 7 months ago

aadabi commented 1 year ago

Would be nice to lock the versions in the Requirement file version, i.e. via Pip freeze because the long chain is changing so much and breaking sometime.

aadabi commented 1 year ago

I figure this out basically because my jupyter notebook was running on a different version, just pip install jupyter

bhaswata08 commented 7 months ago

Python 3.11

gkamradt commented 7 months ago

Thank you both - yes this is a known issue and this repo needs a lot of clean up.

The next version will have a requirements file that one can reference