/langchain-short-course

LangChain: Chat with Your Data

Primary LanguageJupyter NotebookMIT LicenseMIT

About

My revised code for LangChain: Chat with Your Data

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

create a .env file and include your OpenAI API key:

OPENAI_API_KEY=sk-xxxx

Then, run the notebooks using VSCode.