langchain最近很火热,在这里记录我对langchain的学习。 欢迎大家一块添砖加瓦
export OPENAI_API_KEY="xxx"
export OPENAI_API_BASE="xxx"
jupyter-book build .
You can now access _build/html/index.html and enjoy!
-
列举基本知识点,model,Prompt。outputParser -
chain的类型,和文本的结合,问答,汇总,路由链
chain类型问答汇总- 路由
- 单测
-
记忆的存储 -
agent的入门,langGraph的的使用 agent的happy path LangGraph的优点
-
一些有趣的例子