diff --git a/README.md b/README.md index 59d888b..efabb79 100644 --- a/README.md +++ b/README.md @@ -205,11 +205,13 @@ Web UI 可以实现如下功能: - [x] [ClueAI/ChatYuan-large-v2](https://huggingface.co/ClueAI/ChatYuan-large-v2) - [x] [fnlp/moss-moon-003-sft](https://huggingface.co/fnlp/moss-moon-003-sft) - [x] 支持通过调用 [fastchat](https://github.com/lm-sys/FastChat) api 调用 llm -- [ ] 增加更多 Embedding 模型支持 +- [x] 增加更多 Embedding 模型支持 - [x] [nghuyong/ernie-3.0-nano-zh](https://huggingface.co/nghuyong/ernie-3.0-nano-zh) - [x] [nghuyong/ernie-3.0-base-zh](https://huggingface.co/nghuyong/ernie-3.0-base-zh) - [x] [shibing624/text2vec-base-chinese](https://huggingface.co/shibing624/text2vec-base-chinese) - [x] [GanymedeNil/text2vec-large-chinese](https://huggingface.co/GanymedeNil/text2vec-large-chinese) + - [x] [moka-ai/m3e-small](https://huggingface.co/moka-ai/m3e-small) + - [x] [moka-ai/m3e-base](https://huggingface.co/moka-ai/m3e-base) - [ ] Web UI - [x] 基于 gradio 实现 Web UI DEMO - [x] 基于 streamlit 实现 Web UI DEMO diff --git a/configs/model_config.py b/configs/model_config.py index 1ca4932..b3923f6 100644 --- a/configs/model_config.py +++ b/configs/model_config.py @@ -14,6 +14,8 @@ embedding_model_dict = { "ernie-base": "nghuyong/ernie-3.0-base-zh", "text2vec-base": "shibing624/text2vec-base-chinese", "text2vec": "GanymedeNil/text2vec-large-chinese", + "m3e-small": "moka-ai/m3e-small", + "m3e-base": "moka-ai/m3e-base", } # Embedding model name diff --git a/img/qr_code_23.jpg b/img/qr_code_23.jpg deleted file mode 100644 index 812e600..0000000 Binary files a/img/qr_code_23.jpg and /dev/null differ diff --git a/img/qr_code_24.jpg b/img/qr_code_24.jpg deleted file mode 100644 index 7208ecb..0000000 Binary files a/img/qr_code_24.jpg and /dev/null differ diff --git a/img/qr_code_25.JPG b/img/qr_code_25.JPG deleted file mode 100644 index 89bb71f..0000000 Binary files a/img/qr_code_25.JPG and /dev/null differ diff --git a/img/qr_code_26.jpg b/img/qr_code_26.jpg deleted file mode 100644 index 0544d17..0000000 Binary files a/img/qr_code_26.jpg and /dev/null differ diff --git a/img/qr_code_27.jpg b/img/qr_code_27.jpg deleted file mode 100644 index 39d6bcc..0000000 Binary files a/img/qr_code_27.jpg and /dev/null differ diff --git a/img/qr_code_28.jpg b/img/qr_code_28.jpg deleted file mode 100644 index b79bf45..0000000 Binary files a/img/qr_code_28.jpg and /dev/null differ diff --git a/img/qr_code_29.jpg b/img/qr_code_29.jpg deleted file mode 100644 index 6d498f5..0000000 Binary files a/img/qr_code_29.jpg and /dev/null differ