Skip to content

Commit

Permalink
docs: 修改快速开始
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Mar 20, 2024
1 parent a342233 commit 75dc0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 2,30 分钟内即可上线基于本地大模型的知识库问答系统。
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "maxkb"
version = "0.1.0"
description = "智能客服系统"
description = "智能知识库"
authors = ["shaohuzhang1 <[email protected]>"]
readme = "README.md"

Expand Down

0 comments on commit 75dc0ed

Please sign in to comment.