Practical LangChain patterns and implementations for real-world LLM applications. 极客时间:LangChain实战课 - 这是LangChain框架早期设计的一系列重点模块的直接而清晰的示例和讲解。随着LangChain的快速演进,有些代码需要安装新的版本进行迭代。希望大家在快速浏览课程概念(仍有价值)的同时,自行学习LangChain最新的代码和进展。
☆740Jun 10, 2024Updated last year
Alternatives and similar repositories for langchain-in-action
Users that are interested in langchain-in-action are comparing it to the libraries listed below
Sorting:
- 极客时间 AI原生基础实战课☆94Jun 28, 2024Updated last year
- 极客时间 - 大模型应用开发实战课: 展现LLM应用开发之强大☆73Jul 2, 2024Updated last year
- ☆105Nov 19, 2023Updated 2 years ago
- Introductory examples for building LLM-based AI agents. 异步图书:《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示…☆474Nov 5, 2025Updated 4 months ago
- A practical briefing on how ChatGPT works and how to use it effectively. 极客时间 - ChatGPT公开课 这是ChatGPT刚刚出现时,受极客时间邀请,给大家讲解ChatGPT原理和简单OpenAI…☆108Mar 29, 2024Updated last year
- From classic NLP to modern LLMs: building language models step by step. 异步图书:《 GPT图解 大模型是怎样构建的》- 这套代码是AI Coder出现之前,自己用纯手工搭建的一套简单有效的NLP经典算…☆192Mar 26, 2024Updated last year
- Machine Learning from scratch with practical examples. 极客时间:Machine Learning from Scratch(零基础实战机器学习)- 这套课程是我在传统机器学习时代,使用各种机器学习方法完成数据分析项目的…☆225Oct 27, 2022Updated 3 years ago
- App built with lang-chain utilizing OpenAI API to generate cool pet names based on the animal type and color.☆12Feb 3, 2024Updated 2 years ago
- 🌟 Learn Large Language Model development through hands-on projects and real-world implementations☆88Nov 20, 2025Updated 3 months ago
- 我从A2A官方克隆下来,并加以修改的A2A实战代码示例,用于初学者入门教学,大家一起来A2A吧。☆74Jul 6, 2025Updated 8 months ago
- 极客时间MCP新课已经上线!超2000同学一起开启MCP学习之旅!☆105Aug 22, 2025Updated 6 months ago
- 深蓝学院课程 - 生成式预训练语言模型:理论与实战☆45Jun 28, 2023Updated 2 years ago
- Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain…☆37,430Nov 10, 2025Updated 4 months ago
- A comprehensive guide to understanding and implementing large language models with hands-on examples using LangChain for GenAI applicatio…☆1,698Mar 8, 2025Updated last year
- 极客时间《DeepSeek应用开发实战课》配套代码☆154Sep 30, 2025Updated 5 months ago
- End-to-end RAG system design, evaluation, and optimization. 极客时间RAG训练营,RAG 10大组件全面拆解,4个实操项目吃透 RAG 全流程。RAG的落地,往往是面向业务做RAG,而不是反过来面向RAG做业务。这…☆648Jul 16, 2025Updated 7 months ago
- [RAG训练营] u.geekbang.org/subject/airag/1009927 这是我用Cursor自行制作的RAG Framework,好处是可以掌控RAG每一个环节的教学细节。