maxKb+ollama+lama2-chinese 基于知识库+本地模型的知识问答系统
搭建步骤
搭建maxKb
docker run -d --name=maxkb -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data cr2.fit2cloud.com/1panel/maxkb# 用户名: admin
# 密码: MaxKB@123..
github的访问地址:https://github.com/1Panel-dev/MaxKB
安装和搭建ollma
curl -fsSL https://ollama.com/install.sh | sh
安装llama2-chinese
ollama run llama2-chinese:13b
进入maxKb, 配置知识库和本地模型