Slides

The following tutorials are mainly based on the excellent course “Functions, Tools and Agents with LangChain” provided by Harrison Chase from LangChain and Andrew Ng from DeepLearning.AI.

Take a look at the slides tutorial to learn how to use all slide options.

You have several options to start code development:

  1. Colab: Click on one of the links “💻 Jupyter Notebook” to start a Colab session.

  2. Local: Click on one of the links “💻 Jupyter Notebook” below, go to the Colab menu and choose “File” > “Download” > “Download .ipynb”

  3. Cloud Codespace: Work in a fully configured dev environment in the cloud with a GitHub Codespace VS Code Browser environment.

  4. Local VS Code with Codespace: Use GitHub Codespaces in your local Visual Studio Code environment.

1 OpenAI Function Calling

2 LangChain Expression Language (LCEL)

3 OpenAI Function Calling In LangChain

4 Tagging and Extraction Using OpenAI functions

5 Tools and Routing

6 Chat System

Learn how to track and select pertinent information from conversations and data sources, as you build your own chatbot using LangChain.