Skip to content

Commit b6b6082

Browse files
authored
fix: update retrieval_model documentation (#18289)
1 parent 22a1bc3 commit b6b6082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/app/(commonLayout)/datasets/template/template.zh.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
591591
</Property>
592592
<Property name='retrieval_model' type='object' key='retrieval_model'>
593593
检索参数(选填,如不填,按照默认方式召回)
594-
- <code>search_method</code> (text) 检索方法:以下三个关键字之一,必填
594+
- <code>search_method</code> (text) 检索方法:以下四个关键字之一,必填
595595
- <code>keyword_search</code> 关键字检索
596596
- <code>semantic_search</code> 语义检索
597597
- <code>full_text_search</code> 全文检索
@@ -1817,7 +1817,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
18171817
</Property>
18181818
<Property name='retrieval_model' type='object' key='retrieval_model'>
18191819
检索参数(选填,如不填,按照默认方式召回)
1820-
- <code>search_method</code> (text) 检索方法:以下三个关键字之一,必填
1820+
- <code>search_method</code> (text) 检索方法:以下四个关键字之一,必填
18211821
- <code>keyword_search</code> 关键字检索
18221822
- <code>semantic_search</code> 语义检索
18231823
- <code>full_text_search</code> 全文检索

0 commit comments

Comments
 (0)