From 397e2a85220708d0feb9ea021a0e1b1055a35c5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E5=B0=8F=E9=BE=99?= <258392906@qq.com>
Date: Thu, 17 Apr 2025 18:04:43 +0800
Subject: [PATCH] datasets api create-by-file add reranking_mode properties
(#18300)
---
web/app/(commonLayout)/datasets/template/template.zh.mdx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/web/app/(commonLayout)/datasets/template/template.zh.mdx b/web/app/(commonLayout)/datasets/template/template.zh.mdx
index 099a37ab6..a8bb7046e 100644
--- a/web/app/(commonLayout)/datasets/template/template.zh.mdx
+++ b/web/app/(commonLayout)/datasets/template/template.zh.mdx
@@ -94,6 +94,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
- semantic_search
语义检索
- full_text_search
全文检索
- reranking_enable
(bool) 是否开启rerank
+ - reranking_mode
(String) 混合检索
+ - weighted_score
权重设置
+ - reranking_model
Rerank 模型
- reranking_model
(object) Rerank 模型配置
- reranking_provider_name
(string) Rerank 模型的提供商
- reranking_model_name
(string) Rerank 模型的名称