From 6803ca76f683678982091cd902b02c0391817cab Mon Sep 17 00:00:00 2001 From: Logan Zou <74288839+logan-zou@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:37:10 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20InternLM=E6=8E=A5?= =?UTF-8?q?=E5=85=A5LangChain=E6=90=AD=E5=BB=BA=E7=9F=A5=E8=AF=86=E5=BA=93?= =?UTF-8?q?=E5=8A=A9=E6=89=8B.md=20to=2006.InternLM=E6=8E=A5=E5=85=A5LangC?= =?UTF-8?q?hain=E6=90=AD=E5=BB=BA=E7=9F=A5=E8=AF=86=E5=BA=93=E5=8A=A9?= =?UTF-8?q?=E6=89=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...知识库助手.md => 06.InternLM接入LangChain搭建知识库助手.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename InternLM/{InternLM接入LangChain搭建知识库助手.md => 06.InternLM接入LangChain搭建知识库助手.md} (99%) diff --git a/InternLM/InternLM接入LangChain搭建知识库助手.md b/InternLM/06.InternLM接入LangChain搭建知识库助手.md similarity index 99% rename from InternLM/InternLM接入LangChain搭建知识库助手.md rename to InternLM/06.InternLM接入LangChain搭建知识库助手.md index 66ca9f3..4eed6fc 100644 --- a/InternLM/InternLM接入LangChain搭建知识库助手.md +++ b/InternLM/06.InternLM接入LangChain搭建知识库助手.md @@ -451,4 +451,4 @@ demo.launch() 通过将上述代码封装为 run_gradio.py 脚本,直接通过 python 命令运行,即可在本地启动知识库助手的 Web Demo,默认会在 7860 端口运行,使用类似于部署的方式将服务器端口映射到本地端口即可访问: -![](figures/Chatbot.png) \ No newline at end of file +![](images/Chatbot.png)