Commit Graph

169 Commits

Author SHA1 Message Date
ab34b4db71 system第四章添加中文 prompt 2023-06-03 23:32:28 +08:00
8b068d7b79 system第三章增加中文prompt 2023-06-03 23:17:06 +08:00
429e4e405c system 第二章加入一些文字描述 2023-06-03 22:57:49 +08:00
7de97525f9 Introduction修正标题 2023-06-03 22:47:24 +08:00
677761242d Update README.md 2023-06-03 22:42:17 +08:00
cb8cd96aef Update README.md 2023-06-03 19:02:42 +08:00
7ee56acba0 Update 3.Classification.ipynb 2023-06-03 18:57:49 +08:00
4eda791ad0 Update readme.md 2023-06-03 18:55:43 +08:00
1e4f93996b Update README.md 2023-06-03 18:54:37 +08:00
af3224d2cf Update README.md 2023-06-03 18:53:30 +08:00
93e20eb3b4 Update readme.md 2023-06-03 18:44:28 +08:00
3966e1d547 Update readme.md 2023-06-03 18:37:54 +08:00
5ac51580fa rename 2023-06-03 18:02:13 +08:00
7ab51aa6ad Merge pull request #22 from joyenjoye/main
Add notes for agents
2023-06-03 17:45:24 +08:00
759b245a09 Merge pull request #21 from wisdom-pan/main
基于LangChain的文档问答与评估配套教程
2023-06-03 17:45:09 +08:00
9f54319912 rename 2023-06-03 17:43:48 +08:00
eb09c7c1ef Merge pull request #18 from leason-wan/feat_outputs
feat: finish 4 & 5
2023-06-03 17:41:01 +08:00
ec56453d68 Merge pull request #17 from SaraiQX/main
Add files via upload
2023-06-03 17:38:31 +08:00
80d1b806af new file: content/Building Systems with the ChatGPT API/4.Moderation.ipynb
new file:   figures/moderation-api.png
	new file:   figures/prompt-injection.png
2023-06-03 17:36:53 +08:00
1b0fcd95fd Add a jupyter notebook for agents 2023-06-03 16:54:48 +08:00
ffd0a1340a 更新代码 2023-06-03 16:13:51 +08:00
818a4661f8 更新代码 2023-06-03 15:43:58 +08:00
e51ecc1b03 基于LangChain文档问答与评估教程 2023-06-03 15:37:23 +08:00
145fd17cb0 feat: finish 4 & 5 2023-06-03 14:09:16 +08:00
abe2db171b Add files via upload
课程介绍 以及 视频1-intro和视频8-conclusion的总结
2023-06-03 12:07:32 +08:00
92578224f7 renamed: content/Building Systems with the ChatGPT API/System_Intro.md -> content/Building Systems with the ChatGPT API/1.Introduction.md
renamed:    content/Building Systems with the ChatGPT API/System_Conclusion.md -> content/Building Systems with the ChatGPT API/11.conclusion.md
	deleted:    "content/Building Systems with the ChatGPT API/System_\350\257\276\347\250\213\347\256\200\344\273\213.md"
	deleted:    "content/LangChain for LLM Application Development/LangChain_\350\257\276\347\250\213\347\256\200\344\273\213.md"
2023-06-03 11:59:11 +08:00
e6c8b17170 Merge pull request #16 from SaraiQX/main
Add files via upload
2023-06-03 11:56:05 +08:00
25efa1b5a3 Add files via upload
课程简介 以及 视频Intro和Conclusion部分的总结
2023-06-03 11:53:41 +08:00
3f1da9db70 Add files via upload
课程简介 以及 视频 intro 和 conclusion的总结
2023-06-03 11:50:49 +08:00
f6c672ffb7 Add files via upload
课程简介 以及 视频1-Intro 和 8-Conclusion的总结
2023-06-03 11:48:14 +08:00
701d5c29cd rename 2023-06-03 11:45:44 +08:00
87b2f255db renamed: content/LangChain for LLM Application Development/2.Models_Prompts_and_Parsers.ipynb -> "content/LangChain for LLM Application Development/2.\346\250\241\345\236\213\343\200\201\346\217\220\347\244\272\345\222\214\350\247\243\346\236\220\345\231\250.ipynb" 2023-06-03 11:38:28 +08:00
6b829e70e5 renamed: "content/LangChain for LLM Application Development/2.\345\255\230\345\202\250 .ipynb" -> "content/LangChain for LLM Application Development/3.\345\255\230\345\202\250 .ipynb"
renamed:    "content/LangChain for LLM Application Development/3.\346\250\241\345\236\213\351\223\276.ipynb" -> "content/LangChain for LLM Application Development/4.\346\250\241\345\236\213\351\223\276.ipynb"
2023-06-03 11:32:46 +08:00
111de16314 Merge pull request #15 from xuhu0115/main
第三部分(Memrory+Chains)
2023-06-03 11:26:41 +08:00
b37562180b modified: content/LangChain for LLM Application Development/2.Models_Prompts_and_Parsers.ipynb 2023-06-03 11:24:45 +08:00
d3691093c0 Add files via upload
Chain部分需要的数据文件
2023-06-03 11:23:21 +08:00
f082805500 Add files via upload
第三部分-Memory+Chains
2023-06-03 11:21:00 +08:00
5863a2232c Merge pull request #13 from joyenjoye/main
Add notes for models, prompts and parsers
2023-06-03 11:18:33 +08:00
27c76cc7a5 Add a jupyter notebook for models, prompts and parsers 2023-06-03 00:44:26 +08:00
69b0ac536a Add files via upload 2023-06-02 20:49:00 +08:00
8642c12014 配套代码 2023-06-02 20:48:00 +08:00
d6ad1eeefa Merge pull request #12 from nowadays0421/main
Update README.md
2023-06-02 20:06:21 +08:00
70095c0323 Add files via upload 2023-06-02 20:04:52 +08:00
6f9a709d64 Update README.md 2023-06-02 17:42:10 +08:00
9a152cbd97 Merge pull request #11 from ztgg0228/main
upgrate Building Systems L1 and L6
2023-06-02 16:40:45 +08:00
4b3c4bacba Add files via upload 2023-06-02 16:38:08 +08:00
052cdae203 upgrate 2023-06-02 16:15:03 +08:00
e90dd211af Add files via upload 2023-06-02 15:16:12 +08:00
d24fbc681c Add files via upload 2023-06-02 01:06:23 +08:00
4e3cd27ca2 Delete langchain directory 2023-06-02 00:01:45 +08:00