Skip to content

Commit

Permalink
Merge pull request #481 from A1pine/main
Browse files Browse the repository at this point in the history
修复下由于install_fess.md挪动导致的fess安装教程跳转失败
  • Loading branch information
l15y authored Aug 29, 2023
2 parents cb23a76 + 52d307a commit 367158f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Wenda user "Beifan" has trained and provided weighted combined models and Lora w
1. [GanymedeNil/text2vec-large-chinese](https://huggingface.co/GanymedeNil/text2vec-large-chinese) Not recommended due to lack of English support and high GPU memory consumption.
2. [moka-ai/m3e-base](https://huggingface.co/moka-ai/m3e-base) Recommended
### Fess Mode
After installing Fess on the local machine using the default port, it can be directly executed. Otherwise, you need to modify the `fess_host` in the `config.yml` (copy from [example.config.yml](https://github.com/l15y/wenda/blob/main/example.config.yml)) from `127.0.0.1:8080` to the appropriate value.[FESS安装教程](install_fess.md)
After installing Fess on the local machine using the default port, it can be directly executed. Otherwise, you need to modify the `fess_host` in the `config.yml` (copy from [example.config.yml](https://github.com/l15y/wenda/blob/main/example.config.yml)) from `127.0.0.1:8080` to the appropriate value.[FESS安装教程](docs/install_fess.md)

### Knowledge Base Debugging
![](imgs/zsk-test.png)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Linux直接使用wenda环境执行 `python plugins/gen_data_st.py`
1. [GanymedeNil/text2vec-large-chinese](https://huggingface.co/GanymedeNil/text2vec-large-chinese) 不再推荐,不支持英文且显存占用高
2. [moka-ai/m3e-base](https://huggingface.co/moka-ai/m3e-base) 推荐
### fess模式
在本机使用默认端口安装fess后可直接运行。否则需修改`config.yml`(复制[example.config.yml](https://github.com/l15y/wenda/blob/main/example.config.yml))中`fess_host``127.0.0.1:8080`为相应值。[FESS安装教程](install_fess.md)
在本机使用默认端口安装fess后可直接运行。否则需修改`config.yml`(复制[example.config.yml](https://github.com/l15y/wenda/blob/main/example.config.yml))中`fess_host``127.0.0.1:8080`为相应值。[FESS安装教程](docs/install_fess.md)
### 知识库调试
![](imgs/zsk-test.png)
![](imgs/zsk-glm.png)
Expand Down

0 comments on commit 367158f

Please sign in to comment.