Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pearlmaop
/
langchain
Public
forked from
huangjia2019/langchain-in-action
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
40 Commits
40 Commits
Folders and files
Name
Name
Last commit message
Last commit date
00_开篇词_奇点时刻
00_开篇词_奇点时刻
01_LangChain快速入门
01_LangChain快速入门
02_文档QA系统
02_文档QA系统
03_模型IO
03_模型IO
04_提示模板上
04_提示模板上
05_提示模板下
05_提示模板下
06_调用模型
06_调用模型
07_解析输出
07_解析输出
08_链上
08_链上
09_链下
09_链下
10_记忆
10_记忆
11_代理上
11_代理上
12_代理中
12_代理中
13_代理下
13_代理下
14_工具
14_工具
15_RAG应用
15_RAG应用
16_操作数据库
16_操作数据库
17_回调函数
17_回调函数
18_CAMEL
18_CAMEL
19_BabyAGI
19_BabyAGI
20_人脉工具上
20_人脉工具上
21_人脉工具下
21_人脉工具下
22_Chatbot上
22_Chatbot上
23_Chatbot下
23_Chatbot下
img
img
01|LangChain系统安装和快速入门[天下无鱼][shikey.com].md
01|LangChain系统安装和快速入门[天下无鱼][shikey.com].md
02|用LangChain快速构建基于“易速鲜花”本地知识库的智能问答系统[天下无鱼][shikey.com].md
02|用LangChain快速构建基于“易速鲜花”本地知识库的智能问答系统[天下无鱼][shikey.com].md
03|模型I-O:输入提示、调用模型、解析输出[天下无鱼][shikey.com].md
03|模型I-O:输入提示、调用模型、解析输出[天下无鱼][shikey.com].md
04|提示工程(上):用少样本FewShotTemplate和ExampleSelector创建应景文案[天下无鱼][shikey.com].md
04|提示工程(上):用少样本FewShotTemplate和ExampleSelector创建应景文案[天下无鱼][shikey.com].md
05|提示工程(下):用思维链和思维树提升模型思考质量[天下无鱼][shikey.com].md
05|提示工程(下):用思维链和思维树提升模型思考质量[天下无鱼][shikey.com].md
06|调用模型:使用OpenAIAPI还是微调开源Llama2-ChatGLM?[天下无鱼][shikey.com].md
06|调用模型:使用OpenAIAPI还是微调开源Llama2-ChatGLM?[天下无鱼][shikey.com].md
07|输出解析:用OutputParser生成鲜花推荐列表[天下无鱼][shikey.com].md
07|输出解析:用OutputParser生成鲜花推荐列表[天下无鱼][shikey.com].md
08|链(上):写一篇完美鲜花推文?用SequencialChain链接不同的组件[天下无鱼][shikey.com].md
08|链(上):写一篇完美鲜花推文?用SequencialChain链接不同的组件[天下无鱼][shikey.com].md
09|链(下):想学“育花”还是“插花”?用RouterChain确定客户意图[天下无鱼][shikey.com].md
09|链(下):想学“育花”还是“插花”?用RouterChain确定客户意图[天下无鱼][shikey.com].md
10|记忆:通过Memory记住客户上次买花时的对话细节[天下无鱼][shikey.com].md
10|记忆:通过Memory记住客户上次买花时的对话细节[天下无鱼][shikey.com].md
11|代理(上):ReAct框架,推理与行动的协同[天下无鱼][shikey.com].md
11|代理(上):ReAct框架,推理与行动的协同[天下无鱼][shikey.com].md
12|代理(中):AgentExecutor究竟是怎样驱动模型和工具完成任务的?[天下无鱼][shikey.com].md
12|代理(中):AgentExecutor究竟是怎样驱动模型和工具完成任务的?[天下无鱼][shikey.com].md
13|代理(下):结构化工具对话、Self-AskwithSearch以及Planandexecute代理[天下无鱼][shikey.com].md
13|代理(下):结构化工具对话、Self-AskwithSearch以及Planandexecute代理[天下无鱼][shikey.com].md
14|工具和工具箱:LangChain中的Tool和Toolkits一览[天下无鱼][shikey.com].md
14|工具和工具箱:LangChain中的Tool和Toolkits一览[天下无鱼][shikey.com].md
15|检索增强生成:通过RAG助力鲜花运营[天下无鱼][shikey.com].md
15|检索增强生成:通过RAG助力鲜花运营[天下无鱼][shikey.com].md
16|连接数据库:通过链和代理查询鲜花信息[天下无鱼][shikey.com].md
16|连接数据库:通过链和代理查询鲜花信息[天下无鱼][shikey.com].md
17|回调函数:在AI应用中引入异步通信机制[天下无鱼][shikey.com].md
17|回调函数:在AI应用中引入异步通信机制[天下无鱼][shikey.com].md
18|CAMEL:通过角色扮演脑暴一个鲜花营销方案[天下无鱼][shikey.com].md
18|CAMEL:通过角色扮演脑暴一个鲜花营销方案[天下无鱼][shikey.com].md
19|BabyAGI:根据气候变化自动制定鲜花存储策略[天下无鱼][shikey.com].md
19|BabyAGI:根据气候变化自动制定鲜花存储策略[天下无鱼][shikey.com].md
20|部署一个鲜花网络电商的人脉工具(上)[天下无鱼][shikey.com].md
20|部署一个鲜花网络电商的人脉工具(上)[天下无鱼][shikey.com].md
21|部署一个鲜花网络电商的人脉工具(下)[天下无鱼][shikey.com].md
21|部署一个鲜花网络电商的人脉工具(下)[天下无鱼][shikey.com].md
22|易速鲜花聊天客服机器人的开发(上)[天下无鱼][shikey.com].md
22|易速鲜花聊天客服机器人的开发(上)[天下无鱼][shikey.com].md
23|易速鲜花聊天客服机器人的开发(下)[天下无鱼][shikey.com].md
23|易速鲜花聊天客服机器人的开发(下)[天下无鱼][shikey.com].md
AI_News
AI_News
Agent调研--19类Agent框架对比.md
Agent调研--19类Agent框架对比.md
F.7z
F.7z
F.zip
F.zip
F9.zip
F9.zip
README.md
README.md
images.7z
images.7z
images.zip
images.zip
images1.zip
images1.zip
images2.zip
images2.zip
images3.zip
images3.zip
images4.zip
images4.zip
ollama相关.md
ollama相关.md
requirements_v0.1.txt
requirements_v0.1.txt
requirements_v0.2.txt
requirements_v0.2.txt
结束语|人生的价值就在于创造[天下无鱼][shikey.com].md
结束语|人生的价值就在于创造[天下无鱼][shikey.com].md
结课测试|来赴一场满分之约[天下无鱼][shikey.com].md
结课测试|来赴一场满分之约[天下无鱼][shikey.com].md
View all files
Repository files navigation
README
More
items
About
LangChain实战课
Resources
Readme
Activity
Stars
5
stars
Watchers
0
watching
Forks
1
fork
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.