Welcome 👋
Welcome to the lab “Langchain Functions”

The tutorials in this lab will cover function calling and how to build a conversational agent using the LangChain Expression Language (LCEL) for tasks like tagging, extraction, tool selection, and routing.
Important
Make sure you meet all the requirements and have read the lecture slides before you start with the assignments
Upon completing this course, you will acquire the ability to:
- Produce structured outputs, encompassing function calls, through the utilization of LLMs
- Employ LCEL for streamlining the customization process of chains and agents in application development
- Implement function calling techniques for tasks such as tagging and data extraction
- Comprehend tool selection and routing methodologies using LangChain tools and LLM function calling