feat: support xinference rerank model (#1466)

### What problem does this PR solve?

support xinference rerank model
#1455 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
zhuhao
2024-07-11 18:37:41 +08:00
committed by GitHub
parent 9c023b6d8c
commit 009e18f094
4 changed files with 23 additions and 3 deletions

View File

@ -109,7 +109,7 @@ factory_infos = [{
"name": "Ollama",
"logo": "",
"tags": "LLM,TEXT EMBEDDING,SPEECH2TEXT,MODERATION",
"status": "1",
"status": "1",
}, {
"name": "Moonshot",
"logo": "",
@ -123,8 +123,8 @@ factory_infos = [{
}, {
"name": "Xinference",
"logo": "",
"tags": "LLM,TEXT EMBEDDING,SPEECH2TEXT,MODERATION",
"status": "1",
"tags": "LLM,TEXT EMBEDDING,SPEECH2TEXT,MODERATION,TEXT RE-RANK",
"status": "1",
},{
"name": "Youdao",
"logo": "",