Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 308 Bytes

langchain.samples

You need install next packages before execute

$ pip install langchain-openai
$ pip install langchain

Install patched version of langchain_community package:

$ git clone https://github.com/OpenLinkSoftware/langchain.git
$ cd langchain/libs/community/
$ pip install -e .