From b6b608219aae21fcfe8e36a19e95ea3aee24d62e Mon Sep 17 00:00:00 2001 From: GuanMu Date: Thu, 17 Apr 2025 16:18:06 +0800 Subject: [PATCH] fix: update retrieval_model documentation (#18289) --- web/app/(commonLayout)/datasets/template/template.zh.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/(commonLayout)/datasets/template/template.zh.mdx b/web/app/(commonLayout)/datasets/template/template.zh.mdx index b435a9bb67..099a37ab63 100644 --- a/web/app/(commonLayout)/datasets/template/template.zh.mdx +++ b/web/app/(commonLayout)/datasets/template/template.zh.mdx @@ -591,7 +591,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi 检索参数(选填,如不填,按照默认方式召回) - - search_method (text) 检索方法:以下三个关键字之一,必填 + - search_method (text) 检索方法:以下四个关键字之一,必填 - keyword_search 关键字检索 - semantic_search 语义检索 - full_text_search 全文检索 @@ -1817,7 +1817,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi 检索参数(选填,如不填,按照默认方式召回) - - search_method (text) 检索方法:以下三个关键字之一,必填 + - search_method (text) 检索方法:以下四个关键字之一,必填 - keyword_search 关键字检索 - semantic_search 语义检索 - full_text_search 全文检索