feat: xinference rerank model support (#1615)

This commit is contained in:
takatost
2023-11-25 03:56:00 +08:00
committed by GitHub
parent ea35f1dce1
commit 0e627c920f
9 changed files with 215 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
"model_flexibility": "configurable",
"supported_model_types": [
"text-generation",
"embeddings"
"embeddings",
"reranking"
]
}