Skip to content

hwchase17/langchain-0.1-guides

Repository files navigation

langchain-0.1-guides

These notebooks show off different functionality associated with langchain 0.1.

Setup

To setup, please install requirements:

pip install -r requirements.txt

Then set required environment variables. We will use OpenAI for our language model, and Tavily for our search provider.

export OPENAI_API_KEY=...
export TAVILY_API_KEY=...

We will also use LangSmith for observability:

export LANGCHAIN_TRACING_V2="true"
export LANGCHAIN_API_KEY=...

After that, we can start the Jupyter notebook server and follow along from there:

jupyter notebook

Notebooks

The following notebooks are provided:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published