Generative AI Crash course With Langchain in 3 hours- Krish Naik Hindi
Machine-readable: Markdown · JSON API · Site index
Описание видео
code: https://github.com/krishnaik06/Langchain-V1-Crash-Course
LangChain is an open source framework with a pre-built agent architecture and integrations for any model or tool — so you can build agents that adapt as fast as the ecosystem evolves
LangChain is the easiest way to start building agents and applications powered by LLMs. With under 10 lines of code, you can connect to OpenAI, Anthropic, Google, and more. LangChain provides a pre-built agent architecture and model integrations to help you get started quickly and seamlessly incorporate LLMs into your agents and applications.
00:00:00 Introduction To The Series
00:03:00 Creating Virtual Environment UV
00:16:10 API Keys Creation
00:29:46 LLM Model Integration
01:06:20 Building Agents And Tools
01:37:56 Building Agents With Multiple Tools
01:53:28 HumanMessage AIMessage SystemMessage
02:14:25 Structurted Output With LLM
02:40:53 Short Term Memory
02:51:10 Middleware Implementation