mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
d27bef2a38
|
|
@ -19,7 +19,13 @@ MaxKB 是一款基于 LLM 大语言模型的知识库问答系统。
|
|||
```
|
||||
docker run -d --name=maxkb -p 8080:8080 1panel/maxkb
|
||||
```
|
||||
## 自定义持久化数据
|
||||
|
||||
- 在主机系统上创建一个存储数据的目录,例如:/opt/maxkb/data
|
||||
- 在主机系统上创建一个存储配置文件的目录,例如:/opt/maxkb/conf
|
||||
```
|
||||
docker run --name=maxkb -p 8080:8000 -v /opt/maxkb/data:/var/lib/postgresql/data -v /opt/maxkb/conf:/opt/maxkb/conf -d ghcr.io/1panel-dev/maxkb
|
||||
```
|
||||
也可以通过 [1Panel 应用商店](https://apps.fit2cloud.com/1panel) 快速部署 MaxKB + Ollama(Llama 2),30 分钟内即可上线基于本地大模型的知识库问答系统。
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue