代码 Chatbot
链接 https://python.langchain.com/docs/tutorials/chatbot/
链接 https://python.langchain.com/docs/tutorials/llm_chain/
代码 SimpleAgent
链接 https://python.langchain.com/docs/tutorials/agents/
Build a semantic search engine代码
https://python.langchain.com/docs/tutorials/retrievers/
https://python.langchain.com/docs/integrations/document_loaders/recursive_url/
链接 https://python.langchain.com/docs/integrations/document_loaders/sitemap/
CSDN文章:从0到1,构建你的专属AI知识库:My-Chat-LangChain项目深度解析
中文文档 RAG-App-Part1文档
链接 https://python.langchain.com/docs/tutorials/rag/
中文文档 RAG-App-Part2文档
链接 https://python.langchain.com/docs/tutorials/qa_chat_history/
代码文件夹
文档
RAG-App-FastAPI\RAG-App-FastAPI.md
将 RAG 应用程序(包括基于链和基于代理的版本)与FastAPI结合,将其部署为Web服务。使得 RAG 应用能够通过 HTTP 请求进行访问,并支持对话记忆。
链接 https://langchain-ai.github.io/langgraph/tutorials/get-started/1-build-basic-chatbot/
链接 https://langchain-ai.github.io/langgraph/tutorials/get-started/2-add-tools/
链接 https://langchain-ai.github.io/langgraph/tutorials/get-started/3-add-memory/
链接 https://langchain-ai.github.io/langgraph/tutorials/get-started/4-human-in-the-loop/
链接 https://langchain-ai.github.io/langgraph/tutorials/get-started/5-customize-state/
链接 https://langchain-ai.github.io/langgraph/tutorials/get-started/6-time-travel/
代码文件夹 local-server
实践文档 Run-a-LangGraph-Local-Server
链接 https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/