Skip to content

Commit 2a815cf

Browse files
committed
update readme
1 parent 4a9a25a commit 2a815cf

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<summary><b>2025</b></summary>
5656

5757
```plaintext
58+
2025-6-17 支持了 jina-reranker-m0 全球首个支持多模态多语言的重排模型
5859
2025-6-12 支持了 文生图模型 flux (代码样例见gpt_server/tests/test_image_gen.py)
5960
2025-6-6 支持了 bge-vl 系列 (代码样例见gpt_server/tests/test_openai_embedding_vl.py)
6061
2025-6-6 支持了 ritrieve_zh_v1
@@ -295,6 +296,7 @@ Chat UI界面:
295296
| ----------------------------------------------------------------------------------- | --- | -------- |
296297
| bge-m3 |||
297298
| bge-vl || × |
299+
| jina-reranker-m0 || × |
298300
| bge-reranker |||
299301
| bge-embedding |||
300302
| bce-reranker |||

gpt_server/script/config_example.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,19 @@ models:
9393
- gpus:
9494
- 2
9595

96+
- jina-reranker:
97+
# 多模态多语言的重排模型
98+
alias: null
99+
enable: true
100+
model_config:
101+
model_name_or_path: /home/dev/model/jinaai/jina-reranker-m0/
102+
model_type: embedding # 这里仅支持 embedding
103+
work_mode: hf
104+
device: gpu
105+
workers:
106+
- gpus:
107+
- 5
108+
96109
- acge_text_embedding:
97110
# 文本embedding模型
98111
alias: text-embedding-ada-002 # 别名

0 commit comments

Comments
 (0)