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
Need to do TWO things:
- 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
- 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.