File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838
3939 以 root 用户通过 ssh 协议登录到部署服务器, 对安装包进行解压:
4040 ```
41- tar -zxvf maxkb-v2.0.0-offline-installer.tar.gz
41+ tar -zxvf maxkb-v2.0.0-x86_64- offline-installer.tar.gz
4242 ```
4343
4444### 3.2 安装配置(可选)
8686 ## 镜像仓库
8787 MAXKB_IMAGE_REPOSITORY=registry.fit2cloud.com/maxkb
8888 ## 镜像名称
89- MAXKB_IMAGE=maxkb-ce
89+ MAXKB_IMAGE=maxkb
9090 ## 版本号
9191 MAXKB_VERSION=v2.0.0
9292 ```
101101
102102 ```
103103 # 进入安装包解压缩后目录
104- cd maxkb-ce- v2.0.0-offline
104+ cd maxkb-v2.0.0-x86_64- offline-installer
105105
106106 # 执行安装命令
107107 bash install.sh
108108 ```
109109
110- ![ 安装] ( ../img/index/install.jpg )
110+ ![ 安装] ( ../img/index/install.png )
111111
112112## 4 登录访问
113113
Original file line number Diff line number Diff line change 161161 * 继续提问:可以自定义设置提示词,需要有`{question}`用户问题的占位符,才会把用户问题发送给模型。
162162 * 指定回复内容:当没有命中知识库分段时可以指定回复内容。
163163
164- - **问题优化:** 开启后对用户提出的问题先进行一次 LLM 优化处理,然后根据问题优化后的结果在知识库中进行向量化检索 。
164+ - **问题优化:** 开启后对用户提出的问题先进行一次 LLM 优化处理,然后根据问题优化后的结果在知识库中进行检索 。
165165
166166![ 应用知识库参数设置] ( img/index/parameter_setting.png )
167167
You can’t perform that action at this time.
0 commit comments