mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
fix(api): fix en/api-reference/openapi_knowledge.json (#657)
* fix(api): change reranking_mode to reranking_model in openapi_knowledge.json * add reranking mode field * update reranking mode description; standardize rerank model terminology --------- Co-authored-by: Zhiqiang Yang <58433399+yangzq50@users.noreply.github.com> Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
@@ -1770,6 +1770,15 @@
|
||||
"description": "検索結果を改善するためのリランキングモデルを有効にするかどうか。"
|
||||
},
|
||||
"reranking_mode": {
|
||||
"type": "string",
|
||||
"description": "リランキングモード。",
|
||||
"default": "reranking_model",
|
||||
"enum": [
|
||||
"reranking_model",
|
||||
"weighted_score"
|
||||
]
|
||||
},
|
||||
"reranking_model": {
|
||||
"type": "object",
|
||||
"description": "リランキングモデルの設定。",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user