search_method (text) Search method: One of the following four keywords is required
+ - keyword_search Keyword search
+ - semantic_search Semantic search
+ - full_text_search Full-text search
+ - hybrid_search Hybrid search
+ - reranking_enable (bool) Whether to enable reranking, required if the search mode is semantic_search or hybrid_search (optional)
+ - reranking_mode (object) Rerank model configuration, required if reranking is enabled
+ - reranking_provider_name (string) Rerank model provider
+ - reranking_model_name (string) Rerank model name
+ - weights (float) Semantic search weight setting in hybrid search mode
+ - top_k (integer) Number of results to return (optional)
+ - score_threshold_enabled (bool) Whether to enable score threshold
+ - score_threshold (float) Score threshold
search_method (text) 检索方法:以下三个关键字之一,必填
+ - keyword_search 关键字检索
+ - semantic_search 语义检索
+ - full_text_search 全文检索
+ - hybrid_search 混合检索
+ - reranking_enable (bool) 是否启用 Reranking,非必填,如果检索模式为 semantic_search 模式或者 hybrid_search 则传值
+ - reranking_mode (object) Rerank 模型配置,非必填,如果启用了 reranking 则传值
+ - reranking_provider_name (string) Rerank 模型提供商
+ - reranking_model_name (string) Rerank 模型名称
+ - weights (float) 混合检索模式下语意检索的权重设置
+ - top_k (integer) 返回结果数量,非必填
+ - score_threshold_enabled (bool) 是否开启 score 阈值
+ - score_threshold (float) Score 阈值