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 }}
tim-qtp
/
LangChainLLM
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
10 Commits
10 Commits
Folders and files
Name
Name
Last commit message
Last commit date
.idea
.idea
.env
.env
.gitignore
.gitignore
LangChain-Agent-ReAct-34.py
LangChain-Agent-ReAct-34.py
LangChain-Agent-ReAct-SelfAskAgent-36.py
LangChain-Agent-ReAct-SelfAskAgent-36.py
LangChain-Agent-ReAct-谷歌搜索+数学计算-35.py
LangChain-Agent-ReAct-谷歌搜索+数学计算-35.py
LangChain-Agent-基础应用-29.py
LangChain-Agent-基础应用-29.py
LangChain-Agent-应用实例-处理用户的常见问题-32.py
LangChain-Agent-应用实例-处理用户的常见问题-32.py
LangChain-Agent-应用实例-获取天气信息的智能代理-33.py
LangChain-Agent-应用实例-获取天气信息的智能代理-33.py
LangChain-Agent-案例使用-30.py
LangChain-Agent-案例使用-30.py
LangChain-Agent-添加历史-31.py
LangChain-Agent-添加历史-31.py
LangChain-Chain的基本使用-使用Chain-15.py
LangChain-Chain的基本使用-使用Chain-15.py
LangChain-Chain的基本使用-官方工具链-SQL查询链-22.py
LangChain-Chain的基本使用-官方工具链-SQL查询链-22.py
LangChain-Chain的基本使用-官方工具链-数学链-21.py
LangChain-Chain的基本使用-官方工具链-数学链-21.py
LangChain-Chain的基本使用-官方工具链-文档链-20.py
LangChain-Chain的基本使用-官方工具链-文档链-20.py
LangChain-Chain的基本使用-未使用Chain-14.py
LangChain-Chain的基本使用-未使用Chain-14.py
LangChain-Chain的基本使用-表达式语句LCEL-16.py
LangChain-Chain的基本使用-表达式语句LCEL-16.py
LangChain-Chain的基本使用-链的调用-batch-19.py
LangChain-Chain的基本使用-链的调用-batch-19.py
LangChain-Chain的基本使用-链的调用-invoke-17.py
LangChain-Chain的基本使用-链的调用-invoke-17.py
LangChain-Chain的基本使用-链的调用-predict-18.py
LangChain-Chain的基本使用-链的调用-predict-18.py
LangChain-Function Calling-Amap-45.py
LangChain-Function Calling-Amap-45.py
LangChain-Function Calling-Calling a local function-44.py
LangChain-Function Calling-Calling a local function-44.py
LangChain-Function Calling-Database Query-46.py
LangChain-Function Calling-Database Query-46.py
LangChain-Function Calling-Multi table query-47.py
LangChain-Function Calling-Multi table query-47.py
LangChain-Memory--ChatMessage-38.py
LangChain-Memory--ChatMessage-38.py
LangChain-Memory--ConversationBufferMemory-40.py
LangChain-Memory--ConversationBufferMemory-40.py
LangChain-Memory--ConversationChain-39.py
LangChain-Memory--ConversationChain-39.py
LangChain-Memory--LLMChain-41.py
LangChain-Memory--LLMChain-41.py
LangChain-Memory--LLMChain-Structure-42.py
LangChain-Memory--LLMChain-Structure-42.py
LangChain-Memory--VectorStoreRetrieverMemory-43.py
LangChain-Memory--VectorStoreRetrieverMemory-43.py
LangChain-Model-Embedding-13.py
LangChain-Model-Embedding-13.py
LangChain-Model-LLM-9.py
LangChain-Model-LLM-9.py
LangChain-Model-Multi-Message-12.py
LangChain-Model-Multi-Message-12.py
LangChain-Model-Sys*Hum*AIMessage-11.py
LangChain-Model-Sys*Hum*AIMessage-11.py
LangChain-Model-提示词模板-ChatPromptTemplate-7.py
LangChain-Model-提示词模板-ChatPromptTemplate-7.py
LangChain-Model-提示词模板-PromptTemplate-6.py
LangChain-Model-提示词模板-PromptTemplate-6.py
LangChain-Model-提示词模板-少样本模版-8.py
LangChain-Model-提示词模板-少样本模版-8.py
LangChain-Model-智普-Kimi-千问-10.py
LangChain-Model-智普-Kimi-千问-10.py
LangChain-RAG-向量存储-26.py
LangChain-RAG-向量存储-26.py
LangChain-RAG-完整流程-28.py
LangChain-RAG-完整流程-28.py
LangChain-RAG-文本向量化-25.py
LangChain-RAG-文本向量化-25.py
LangChain-RAG-文档切割-24.py
LangChain-RAG-文档切割-24.py
LangChain-RAG-文档加载-23.py
LangChain-RAG-文档加载-23.py
LangChain-RAG-检索器-27.py
LangChain-RAG-检索器-27.py
LangChain-Tools-37.py
LangChain-Tools-37.py
LangChainRAG+LLM-5.py
LangChainRAG+LLM-5.py
LangChainRAG-4.py
LangChainRAG-4.py
LangChain基本应用-1.py
LangChain基本应用-1.py
LangChain提示词模板-2.py
LangChain提示词模板-2.py
LangChain结果解释器-3.py
LangChain结果解释器-3.py
requirements.txt
requirements.txt
View all files
About
LangChainLLM
Activity
Stars
0
stars
Watchers
0
watching
Forks
1
fork
Report repository
Releases
Packages
Used by
Contributors
Languages
You can’t perform that action at this time.