Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ryota-Kawamura/Functions-Tools-and-Agents-with-LangChain
You’ll explore new advancements like ChatGPT’s function calling capability, and build a conversational agent using a new syntax called LangChain Expression Language (LCEL) for tasks like tagging, extraction, tool selection, and routing.
https://github.com/Ryota-Kawamura/Functions-Tools-and-Agents-with-LangChain
api conversational-agent extraction langchain langchain-expression-language lcel llm openai-function tagging
Last synced: 3 days ago
JSON representation
You’ll explore new advancements like ChatGPT’s function calling capability, and build a conversational agent using a new syntax called LangChain Expression Language (LCEL) for tasks like tagging, extraction, tool selection, and routing.
- Host: GitHub
- URL: https://github.com/Ryota-Kawamura/Functions-Tools-and-Agents-with-LangChain
- Owner: Ryota-Kawamura
- Created: 2023-10-28T05:14:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T07:09:15.000Z (about 1 year ago)
- Last Synced: 2025-01-03T08:23:36.619Z (5 days ago)
- Topics: api, conversational-agent, extraction, langchain, langchain-expression-language, lcel, llm, openai-function, tagging
- Language: Jupyter Notebook
- Homepage: https://www.deeplearning.ai/short-courses/functions-tools-agents-langchain/
- Size: 48.8 KB
- Stars: 13
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_ai_agents - Functions-Tools-And-Agents-With-Langchain - You’ll explore new advancements like ChatGPT’s function calling capability, and build a conversational agent using a new syntax called La… (Building / Tools)
- awesome_ai_agents - Functions-Tools-And-Agents-With-Langchain - You’ll explore new advancements like ChatGPT’s function calling capability, and build a conversational agent using a new syntax called La… (Building / Tools)
README
# [Functions, Tools and Agents with LangChain](https://www.deeplearning.ai/short-courses/functions-tools-agents-langchain/)
The landscape of LLMs and the libraries that support them has evolved rapidly in recent months. This course is designed to keep you ahead of these changes.
You’ll explore new advancements like ChatGPT’s function calling capability, and build a conversational agent using a new syntax called LangChain Expression Language (LCEL) for tasks like tagging, extraction, tool selection, and routing.
After taking this course, you’ll know how to:
- Generate structured output, including function calls, using LLMs;
- Use LCEL, which simplifies the customization of chains and agents, to build applications;
- Apply function calling to tasks like tagging and data extraction;
- Understand tool selection and routing using LangChain tools and LLM function calling – and much more.Start applying these new capabilities to build and improve your applications today.