Skip to content

alextio/sigml-langchain-tutorial

 
 

Repository files navigation

LangChain Tutorials

Overview and tutorial of the LangChain library

See the accompanying YouTube tutorials @ https://www.youtube.com/channel/UCyR2Ct3pDOeZSRyZH5hPO-Q

If you want to get updated when new tutorials are out, sign up at DataIndependent

This series is provided by and associated with DataIndependent

Setup Instructions

Need to do TWO things:

  1. Run the following in the terminal after cloning the project
python -m venv venv
source venv/bin/activate # on macOs or Linux. On Windows, try 'venv\Scripts\activate'
pip install -r requirements.txt
  1. Get API keys for both OpenAI (using Kixlab's account; refer to Kixlab FAQs) and SerpAPI. Input the keys into the .env file in the root directory.

About

Overview and tutorial of the LangChain Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%