From 26ee14425c9624cf1925b79606b6d514ed94a774 Mon Sep 17 00:00:00 2001 From: maninhill <41712985+maninhill@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:09:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20cr2.fit2cloud.com=20=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=9C=B0=E5=9F=9F=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1706246db..e3e7c4624 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,11 @@ MaxKB 是一款基于 LLM 大语言模型的知识库问答系统。MaxKB = Max ## 快速开始 ``` -docker run -d --name=maxkb -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data 1panel/maxkb +docker run -d --name=maxkb -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data cr2.fit2cloud.com/1panel/maxkb # 用户名: admin # 密码: MaxKB@123.. -# 如果是中国大陆用户,碰到镜像 pull 问题,可以使用以下安装脚本 -# docker run -d --name=maxkb -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data cr2.fit2cloud.com/1panel/maxkb ``` 你也可以通过 [1Panel 应用商店](https://apps.fit2cloud.com/1panel) 快速部署 MaxKB + Ollama + Llama 2,30 分钟内即可上线基于本地大模型的知识库问答系统,并嵌入到第三方业务系统中。