docs: 修改快速开始

This commit is contained in:
liqiang-fit2cloud 2024-03-20 14:12:29 +08:00
parent a342233cb9
commit 75dc0ed782
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ MaxKB 是一款基于 LLM 大语言模型的知识库问答系统。
## 快速开始
```
docker run -d --name=maxkb -p 8080:8000 -v /opt/maxkb/data:/var/lib/postgresql/data 1panel/maxkb
docker run -d --name=maxkb -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data 1panel/maxkb
```
也可以通过 [1Panel 应用商店](https://apps.fit2cloud.com/1panel) 快速部署 MaxKB + Ollama + Llama 230 分钟内即可上线基于本地大模型的知识库问答系统。

View File

@ -1,7 +1,7 @@
[tool.poetry]
name = "maxkb"
version = "0.1.0"
description = "智能客服系统"
description = "智能知识库"
authors = ["shaohuzhang1 <shaohu.zhang@fit2cloud.com>"]
readme = "README.md"