├── 第01章Langchain快速入门(1小时17分钟7节).zip
├── 第02章Langchain提示词工程(1小时17分钟6节).zip
├── 第03章Langchain大模型输出解析精讲(39分钟5节).zip
├── 第04章精通Langchain数据检索增强RAG(2小时9分钟11节).zip
├── 第05章 Agent智能体开发 (1小时51分钟 9节).zip
├── 第06章 给智能体插上翅膀 (1小时 6节).zip
├── 第07章 案例:具有知识库上下文感知人工智能销售助手 (53分钟 4节).zip
├── 第08章 LangGraph多智能体协作框架 (2小时12分钟 6节).zip
├── 资料
│ ├── 01-Langchain
│ │ ├── db
│ │ │ ├── langchain.db
│ │ ├── html
│ │ │ ├── Installation.html
│ │ │ ├── How-to-use-post-processing.html
│ │ │ ├── Animation-system.html
│ │ │ ├── How-to-update-things.html
│ │ │ ├── Creating-text.html
│ │ │ ├── Useful-links.html
│ │ │ ├── Drawing-lines.html
│ │ │ ├── How-to-dispose-of-objects.html
│ │ │ ├── Matrix-transformations.html
│ │ │ ├── FAQ.html
│ │ │ ├── Creating-a-scene.html
│ │ │ ├── Loading-3D-models.html
│ │ │ ├── Color-management.html
│ │ │ ├── Libraries-and-Plugins.html
│ │ │ ├── WebGL-compatibility-check.html
│ │ │ ├── How-to-create-VR-content.html
│ │ ├── js
│ │ │ ├── main.js
│ │ ├── test
│ │ │ ├── downloaded_paper.pdf
│ │ │ ├── downloaded_paper.tar.gz
│ │ │ ├── Material.html
│ │ ├── pdf
│ │ │ ├── 2403.04732.pdf
│ │ │ ├── 2403.04732_20240323_135939.pdf
│ │ │ ├── 2312.04005_20240323_135941.pdf
│ │ │ ├── 2312.04005.pdf
│ │ ├── Tool
│ │ │ ├── Calculator.py
│ │ │ ├── Weather.py
│ │ │ ├── fess_doc.yaml
│ │ │ ├── weather.yaml
│ │ │ ├── Calculator.yaml
│ │ │ ├── arxiv_example.yaml
│ │ │ ├── shell_tool.yaml
│ │ ├── 27-添加消息历史记录(内存).ipynb
│ │ ├── 11-缓存.ipynb
│ │ ├── 04-本地部署开源大模型OPENAI接口接入Langchain.ipynb
│ │ ├── 06-提示词案例选择器.ipynb
│ │ ├── 19-HTML文本分割.ipynb
│ │ ├── 14-重试解析器.ipynb
│ │ ├── 24-大模型路由映射传递数据.ipynb
│ │ ├── 20-多种文本分割方式提炼内容.ipynb
│ │ ├── 04-Langchain快速接入Deepseek.ipynb
│ │ ├── 13-JSON parser.ipynb
│ │ ├── 01-Langchain.ipynb
│ │ ├── 22-自查询.ipynb
│ │ ├── 26-自定义流生成器函数.ipynb
│ │ ├── 25-设置配置项以适应运行需求.ipynb
│ │ ├── 21-多向量检索器.ipynb
│ │ ├── 08-对话提示词工程.ipynb
│ │ ├── 07-模型 (LLMs) 的类似少样本提示.ipynb
│ │ ├── 14-xml解析器.ipynb
│ │ ├── 02-ChatGLM4接入Langchain.ipynb
│ │ ├── 10-管道提示词.ipynb
│ │ ├── 18-处理知识库PDF文档.ipynb
│ │ ├── 09-提示词里模板中的模板.ipynb
│ │ ├── 05-Langchain提示词模块.ipynb
│ │ ├── 23-大模型并行发散流程控制.ipynb
│ │ ├── 12-CSV_时间_枚举解析器.ipynb
│ │ ├── 16-数据检索.ipynb
│ │ ├── 15-自定义大模型输出解析器.ipynb
│ │ ├── 17-文档加载器.ipynb
│ │ ├── 03-langchain使用本地大模型.ipynb
│ │ ├── 03-Langchain快速接入ChatGLM4.ipynb
│ ├── 02-agent
│ │ ├── txt
│ │ │ ├── yjhx.md
│ │ │ ├── faq-4359.txt
│ │ │ ├── faq-7923.txt
│ │ ├── 09-AI调用Axriv网站论文.ipynb
│ │ ├── 02-Concepts 概念.ipynb
│ │ ├── 04-XML智能体.ipynb
│ │ ├── 03-OpenAI函数智能体.ipynb
│ │ ├── 10-AI调用shell接管控制电脑.ipynb
│ │ ├── 06-ReAct智能体.ipynb
│ │ ├── 01-大模型Agent.ipynb
│ │ ├── 13-多智能体计划与协作.ipynb
│ │ ├── 08-限制控制智能体执行.ipynb
│ │ ├── 03-OpenAI函数调用.ipynb
│ │ ├── 05-JSON结构智能体.ipynb
│ │ ├── 11-AI生成代码并自主运行计算.ipynb
│ │ ├── 07-自定义智能体.ipynb
│ │ ├── 12-DuckDuckGo_Search.ipynb
│ ├── 代码与软件
│ │ ├── 课程推荐大模型
│ │ │ ├── bge-large-zh-v1.5
│ │ │ │ ├── 1_Pooling
│ │ │ │ │ ├── config.json
│ │ │ │ ├── .gitattributes
│ │ │ │ ├── pytorch_model.bin
│ │ │ │ ├── tokenizer.json
│ │ │ │ ├── config_sentence_transformers.json
│ │ │ │ ├── vocab.txt
│ │ │ │ ├── special_tokens_map.json
│ │ │ │ ├── sentence_bert_config.json
│ │ │ │ ├── modules.json
│ │ │ │ ├── README.md
│ │ │ │ ├── tokenizer_config.json
│ │ │ │ ├── config.json
│ │ │ ├── dranger003
│ │ │ │ ├── UNA-SimpleSmaug-34b-v1beta-iMat.GGUF
│ │ │ │ │ ├── ggml-una-simplesmaug-34b-v1beta-q4_k.gguf
│ │ │ ├── Qwen
│ │ │ │ ├── Qwen1.5-32B-Chat-GGUF
│ │ │ │ │ ├── qwen1_5-32b-chat-q5_0.gguf
│ │ │ │ ├── Qwen1.5-14B-Chat-GGUF
│ │ │ │ │ ├── qwen1_5-14b-chat-q8_0.gguf
│ │ │ │ ├── Qwen1.5-7B-Chat-GGUF
│ │ │ │ │ ├── qwen1_5-7b-chat-q4_k_m.gguf
│ │ │ ├── chatglm3
│ │ │ │ ├── special_tokens_map.json
│ │ │ │ ├── pytorch_model.bin
│ │ │ │ ├── tokenizer.model
│ │ │ │ ├── configuration_chatglm.py
│ │ │ │ ├── tokenization_chatglm.py
│ │ │ │ ├── quantization.py
│ │ │ │ ├── generation_config.json
│ │ │ │ ├── config.json
│ │ │ │ ├── tokenizer_config.json
│ │ │ │ ├── modeling_chatglm.py
│ │ │ │ ├── .gitattributes
│ │ ├── 软件
│ │ │ ├── LM-Studio-0.2.22-Setup.exe
│ │ ├── 代码
│ │ │ ├── 01
│ │ │ │ ├── html
│ │ │ │ │ ├── How-to-update-things.html
│ │ │ │ │ ├── Animation-system.html
│ │ │ │ │ ├── Color-management.html
│ │ │ │ │ ├── How-to-use-post-processing.html
│ │ │ │ │ ├── Libraries-and-Plugins.html
│ │ │ │ │ ├── Installation.html
│ │ │ │ │ ├── FAQ.html
│ │ │ │ │ ├── Drawing-lines.html
│ │ │ │ │ ├── Loading-3D-models.html
│ │ │ │ │ ├── WebGL-compatibility-check.html
│ │ │ │ │ ├── Creating-a-scene.html
│ │ │ │ │ ├── Matrix-transformations.html
│ │ │ │ │ ├── Creating-text.html
│ │ │ │ │ ├── How-to-dispose-of-objects.html
│ │ │ │ │ ├── Useful-links.html
│ │ │ │ │ ├── How-to-create-VR-content.html
│ │ │ │ ├── js
│ │ │ │ │ ├── main.js
│ │ │ │ ├── db
│ │ │ │ │ ├── langchain.db
│ │ │ │ ├── Tool
│ │ │ │ │ ├── fess_doc.yaml
│ │ │ │ │ ├── Weather.py
│ │ │ │ │ ├── shell_tool.yaml
│ │ │ │ │ ├── weather.yaml
│ │ │ │ │ ├── Calculator.yaml
│ │ │ │ │ ├── arxiv_example.yaml
│ │ │ │ │ ├── Calculator.py
│ │ │ │ ├── pdf
│ │ │ │ │ ├── 2403.04732_20240323_135939.pdf
│ │ │ │ │ ├── 2312.04005_20240323_135941.pdf
│ │ │ │ │ ├── 2403.04732.pdf
│ │ │ │ │ ├── 2312.04005.pdf
│ │ │ │ ├── test
│ │ │ │ │ ├── downloaded_paper.pdf
│ │ │ │ │ ├── Material.html
│ │ │ │ │ ├── downloaded_paper.tar.gz
│ │ │ │ ├── 01-Langchain.ipynb
│ │ │ ├── 09
│ │ │ │ ├── 02-Concepts 概念.ipynb
│ │ │ │ ├── 03-OpenAI函数调用.ipynb
│ │ │ │ ├── 03-OpenAI函数智能体.ipynb
│ │ │ │ ├── 01-大模型Agent.ipynb
│ │ │ │ ├── 06-自定义智能体.ipynb
│ │ │ │ ├── 05-JSON结构智能体.ipynb
│ │ │ ├── 07
│ │ │ │ ├── Tool
│ │ │ │ │ ├── arxiv_example.yaml
│ │ │ │ │ ├── Calculator.yaml
│ │ │ │ │ ├── weather.yaml
│ │ │ │ │ ├── fess_doc.yaml
│ │ │ │ │ ├── shell_tool.yaml
│ │ │ │ │ ├── Calculator.py
│ │ │ │ │ ├── Weather.py
│ │ │ │ ├── js
│ │ │ │ │ ├── main.js
│ │ │ │ ├── pdf
│ │ │ │ │ ├── 2403.04732.pdf
│ │ │ │ │ ├── 2403.04732_20240323_135939.pdf
│ │ │ │ │ ├── 2312.04005_20240323_135941.pdf
│ │ │ │ │ ├── 2312.04005.pdf
│ │ │ │ ├── html
│ │ │ │ │ ├── Matrix-transformations.html
│ │ │ │ │ ├── WebGL-compatibility-check.html
│ │ │ │ │ ├── How-to-create-VR-content.html
│ │ │ │ │ ├── Libraries-and-Plugins.html
│ │ │ │ │ ├── FAQ.html
│ │ │ │ │ ├── Loading-3D-models.html
│ │ │ │ │ ├── Animation-system.html
│ │ │ │ │ ├── Creating-a-scene.html
│ │ │ │ │ ├── Drawing-lines.html
│ │ │ │ │ ├── Useful-links.html
│ │ │ │ │ ├── Color-management.html
│ │ │ │ │ ├── How-to-dispose-of-objects.html
│ │ │ │ │ ├── How-to-update-things.html
│ │ │ │ │ ├── Creating-text.html
│ │ │ │ │ ├── How-to-use-post-processing.html
│ │ │ │ │ ├── Installation.html
│ │ │ │ ├── test
│ │ │ │ │ ├── downloaded_paper.tar.gz
│ │ │ │ │ ├── Material.html
│ │ │ │ │ ├── downloaded_paper.pdf
│ │ │ │ ├── db
│ │ │ │ │ ├── langchain.db
│ │ │ │ ├── 01-自查询.ipynb
│ │ │ ├── 12
│ │ │ │ ├── 01-sales_agent_with_context.ipynb
│ │ │ ├── 08
│ │ │ │ ├── 04-自定义流生成器函数.ipynb
│ │ │ │ ├── 01-大模型并行发散流程控制.ipynb
│ │ │ │ ├── 03-设置配置项以适应运行需求.ipynb
│ │ │ │ ├── 02-大模型路由映射传递数据.ipynb
│ │ │ ├── 11
│ │ │ │ ├── 01-Langgraph.ipynb
│ │ │ │ ├── 05-灵活应用工具LangGraph智能体.ipynb
│ │ │ │ ├── 04-让开源大模型智能体做GPT4都做不了的事情-讲段子Joke.ipynb
│ │ │ │ ├── jokeData.json
│ │ │ │ ├── 03-多图协作.ipynb
│ │ │ │ ├── 06-多智能扮演明星玩综艺.ipynb
│ │ │ │ ├── 02-LangGraph多分支并行处理.ipynb
│ │ │ ├── 06
│ │ │ │ ├── html
│ │ │ │ │ ├── Drawing-lines.html
│ │ │ │ │ ├── How-to-use-post-processing.html
│ │ │ │ │ ├── Animation-system.html
│ │ │ │ │ ├── How-to-dispose-of-objects.html
│ │ │ │ │ ├── Color-management.html
│ │ │ │ │ ├── Installation.html
│ │ │ │ │ ├── Creating-a-scene.html
│ │ │ │ │ ├── FAQ.html
│ │ │ │ │ ├── Useful-links.html
│ │ │ │ │ ├── Creating-text.html
│ │ │ │ │ ├── Matrix-transformations.html
│ │ │ │ │ ├── How-to-create-VR-content.html
│ │ │ │ │ ├── Loading-3D-models.html
│ │ │ │ │ ├── How-to-update-things.html
│ │ │ │ │ ├── WebGL-compatibility-check.html
│ │ │ │ │ ├── Libraries-and-Plugins.html
│ │ │ │ ├── pdf
│ │ │ │ │ ├── 2312.04005.pdf
│ │ │ │ │ ├── 2403.04732_20240323_135939.pdf
│ │ │ │ │ ├── 2312.04005_20240323_135941.pdf
│ │ │ │ │ ├── 2403.04732.pdf
│ │ │ │ ├── js
│ │ │ │ │ ├── main.js
│ │ │ │ ├── test
│ │ │ │ │ ├── Material.html
│ │ │ │ │ ├── downloaded_paper.tar.gz
│ │ │ │ │ ├── downloaded_paper.pdf
│ │ │ │ ├── db
│ │ │ │ │ ├── langchain.db
│ │ │ │ ├── Tool
│ │ │ │ │ ├── weather.yaml
│ │ │ │ │ ├── Weather.py
│ │ │ │ │ ├── Calculator.yaml
│ │ │ │ │ ├── fess_doc.yaml
│ │ │ │ │ ├── arxiv_example.yaml
│ │ │ │ │ ├── Calculator.py
│ │ │ │ │ ├── shell_tool.yaml
│ │ │ │ ├── 05-多种文本分割方式提炼内容.ipynb
│ │ │ │ ├── 02-文档加载器.ipynb
│ │ │ │ ├── 01-数据检索.ipynb
│ │ │ │ ├── 04-HTML文本分割.ipynb
│ │ │ │ ├── 03-处理知识库PDF文档.ipynb
│ │ │ ├── 02
│ │ │ │ ├── 03-Langchain快速接入ChatGLM4.ipynb
│ │ │ │ ├── 05-本地部署开源大模型OPENAI接口接入Langchain.ipynb
│ │ │ │ ├── 03-langchain使用本地大模型.ipynb
│ │ │ │ ├── 04-Langchain快速接入Deepseek.ipynb
│ │ │ │ ├── 01-文心一言接入Langchain.ipynb
│ │ │ ├── 10
│ │ │ │ ├── 02-AI调用shell接管控制电脑.ipynb
│ │ │ │ ├── 01-AI调用Axriv网站论文.ipynb
│ │ │ │ ├── 03-AI生成代码并自主运行计算.ipynb
│ │ │ ├── 04
│ │ │ │ ├── 04-提示词案例选择器.ipynb
│ │ │ │ ├── 02-对话提示词工程.ipynb
│ │ │ │ ├── 01-提示词里模板中的模板.ipynb
│ │ │ │ ├── 03-模型 (LLMs) 的类似少样本提示.ipynb
│ │ │ │ ├── 05-管道提示词.ipynb
│ │ │ ├── 03
│ │ │ │ ├── 04-对话提示词工程.ipynb
│ │ │ │ ├── 03-模型 (LLMs) 的类似少样本提示.ipynb
│ │ │ │ ├── 01-Langchain提示词模块.ipynb
│ │ │ │ ├── 02-提示词案例选择器.ipynb
│ │ │ ├── 05
│ │ │ │ ├── pdf
│ │ │ │ │ ├── 2312.04005_20240323_135941.pdf
│ │ │ │ │ ├── 2403.04732.pdf
│ │ │ │ │ ├── 2403.04732_20240323_135939.pdf
│ │ │ │ │ ├── 2312.04005.pdf
│ │ │ │ ├── Tool
│ │ │ │ │ ├── Weather.py
│ │ │ │ │ ├── fess_doc.yaml
│ │ │ │ │ ├── Calculator.yaml
│ │ │ │ │ ├── arxiv_example.yaml
│ │ │ │ │ ├── Calculator.py
│ │ │ │ │ ├── shell_tool.yaml
│ │ │ │ │ ├── weather.yaml
│ │ │ │ ├── test
│ │ │ │ │ ├── downloaded_paper.tar.gz
│ │ │ │ │ ├── Material.html
│ │ │ │ │ ├── downloaded_paper.pdf
│ │ │ │ ├── html
│ │ │ │ │ ├── Creating-a-scene.html
│ │ │ │ │ ├── Drawing-lines.html
│ │ │ │ │ ├── How-to-use-post-processing.html
│ │ │ │ │ ├── Color-management.html
│ │ │ │ │ ├── Useful-links.html
│ │ │ │ │ ├── How-to-create-VR-content.html
│ │ │ │ │ ├── Animation-system.html
│ │ │ │ │ ├── Creating-text.html
│ │ │ │ │ ├── WebGL-compatibility-check.html
│ │ │ │ │ ├── Libraries-and-Plugins.html
│ │ │ │ │ ├── How-to-dispose-of-objects.html
│ │ │ │ │ ├── Installation.html
│ │ │ │ │ ├── Matrix-transformations.html
│ │ │ │ │ ├── FAQ.html
│ │ │ │ │ ├── How-to-update-things.html
│ │ │ │ │ ├── Loading-3D-models.html
│ │ │ │ ├── db
│ │ │ │ │ ├── langchain.db
│ │ │ │ ├── js
│ │ │ │ │ ├── main.js
│ │ │ │ ├── 03-xml解析器.ipynb
│ │ │ │ ├── 05-自定义大模型输出解析器.ipynb
│ │ │ │ ├── 01-CSV_时间_枚举解析器.ipynb
│ │ │ │ ├── 02-JSON parser.ipynb
│ │ │ │ ├── 04-重试解析器.ipynb
│ ├── 03-case
│ │ ├── .ipynb_checkpoints
│ │ │ ├── 01-sales_agent_with_context-checkpoint.ipynb
│ │ ├── 01-sales_agent_with_context.ipynb
│ ├── 04-Langgraph
│ │ ├── .ipynb_checkpoints
│ │ │ ├── 01-Langgraph-checkpoint.ipynb
│ │ │ ├── 03-多图协作-checkpoint.ipynb
│ │ │ ├── 03-Langgraph循环处理-checkpoint.ipynb
│ │ ├── 06-多智能扮演明星玩综艺.ipynb
│ │ ├── 03-多图协作.ipynb
│ │ ├── 01-Langgraph.ipynb
│ │ ├── 02-LangGraph多分支并行处理.ipynb
│ │ ├── jokeData.json
│ │ ├── 05-灵活应用工具LangGraph智能体.ipynb
│ │ ├── 04-让开源大模型智能体做GPT4都做不了的事情-讲段子Joke.ipynb
主题授权提示:请在后台主题设置-主题授权-激活主题的正版授权,授权购买:RiTheme官网