Browse Source

datasets api create-by-file add reranking_mode properties (#18300)

tags/1.3.0
刘小龙 6 months ago
parent
commit
397e2a8522
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      web/app/(commonLayout)/datasets/template/template.zh.mdx

+ 3
- 0
web/app/(commonLayout)/datasets/template/template.zh.mdx View File

- <code>semantic_search</code> 语义检索 - <code>semantic_search</code> 语义检索
- <code>full_text_search</code> 全文检索 - <code>full_text_search</code> 全文检索
- <code>reranking_enable</code> (bool) 是否开启rerank - <code>reranking_enable</code> (bool) 是否开启rerank
- <code>reranking_mode</code> (String) 混合检索
- <code>weighted_score</code> 权重设置
- <code>reranking_model</code> Rerank 模型
- <code>reranking_model</code> (object) Rerank 模型配置 - <code>reranking_model</code> (object) Rerank 模型配置
- <code>reranking_provider_name</code> (string) Rerank 模型的提供商 - <code>reranking_provider_name</code> (string) Rerank 模型的提供商
- <code>reranking_model_name</code> (string) Rerank 模型的名称 - <code>reranking_model_name</code> (string) Rerank 模型的名称

Loading…
Cancel
Save