Home Artists Posts Import Register

Downloads

Content

This is for video: https://youtu.be/G0ltc9C6KOU

You can pip install the requirements file as: pip install -r requirements.txt

Comments

Jim McMillan

Can't wait to watch it, but the video is set to private. :)

AP

Great video as usual! Ran into a challenge with streaming. Th error message read ModuleNotFoundError: No module named 'langchain.callbacks.streaming_stdout' . I have both openai and langchain installed

echohive42

You probably need to “pip install langchain —upgrade” to the latest version which is 0.0.89 as of now. That is dash dash upgrade.

AP

Thanks in advance! Of note it executed in Colab just fine, but not from the command line when I called my script. Not sure why unless I need to update my openai and langchain libraries on my system, whereas Colab already has the latest and greatest versions available. Thx!

AP

Perfect! All set! Upgraded! Thank you!